Lines Matching refs:headers
162 std::vector<std::string> headers{ question1, question2 }; in yes_no() local
166 headers, items, 0, true, in yes_no()
172 std::vector<std::string> headers{ "Wipe all user data?", " THIS CAN NOT BE UNDONE!" }; in ask_to_wipe_data() local
176 headers, items, in ask_to_wipe_data()
252 std::vector<std::string> headers{ "Select file to view" }; in choose_recovery_file() local
257 headers, entries, chosen_item, true, in choose_recovery_file()
344 std::vector<std::string> headers{ "WARNING: Previous installation has failed.", in AskToReboot() local
351 headers, items, 0, true /* menu_only */, in AskToReboot()
387 std::vector<std::string> headers; in PromptAndWait() local
389 headers = { "WARNING: Previous installation has failed.", in PromptAndWait()
394 headers, device->GetMenuItems(), 0, false, in PromptAndWait()