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() local251 std::vector<std::string> headers{ "Select file to view" }; in choose_recovery_file() local343 std::vector<std::string> headers{ "WARNING: Previous installation has failed.", in AskToReboot() local386 std::vector<std::string> headers; in PromptAndWait() local
90 std::vector<std::string> headers{ "Choose a package to install:", path }; in BrowseDirectory() local
71 const std::vector<std::string>& headers, const std::vector<std::string>& items, in TextMenu()1292 size_t ScreenRecoveryUI::ShowMenu(const std::vector<std::string>& headers, in ShowMenu()