Searched defs:headers (Results 1 – 3 of 3) sorted by relevance
162 std::vector<std::string> headers{ question1, question2 }; in yes_no() local172 std::vector<std::string> headers{ "Wipe all user data?", " THIS CAN NOT BE UNDONE!" }; in ask_to_wipe_data() local252 std::vector<std::string> headers{ "Select file to view" }; in choose_recovery_file() local344 std::vector<std::string> headers{ "WARNING: Previous installation has failed.", in AskToReboot() local387 std::vector<std::string> headers; in PromptAndWait() local
90 std::vector<std::string> headers{ "Choose a package to install:", path }; in BrowseDirectory() local
65 const std::vector<std::string>& headers, const std::vector<std::string>& items, in TextMenu()1261 size_t ScreenRecoveryUI::ShowMenu(const std::vector<std::string>& headers, in ShowMenu()