Searched defs:headers (Results 1 – 3 of 3) sorted by relevance
88 std::vector<std::string> headers{ "Choose a package to install:", path }; in BrowseDirectory() local
167 std::vector<std::string> headers{ question1, question2 }; in yes_no() local177 std::vector<std::string> headers{ "Wipe all user data?", " THIS CAN NOT BE UNDONE!" }; in ask_to_wipe_data() local415 std::vector<std::string> headers{ "Select file to view" }; in choose_recovery_file() local
65 const std::vector<std::string>& headers, const std::vector<std::string>& items, in TextMenu()1247 size_t ScreenRecoveryUI::ShowMenu(const std::vector<std::string>& headers, in ShowMenu()