Searched defs:help_topic_id (Results 1 - 11 of 11) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Dhelp_app_launcher.cc33 void HelpAppLauncher::ShowHelpTopic(HelpTopic help_topic_id) { argument
42 static_cast<int>(help_topic_id)));
H A Ddom_login_display.cc83 HelpAppLauncher::HelpTopic help_topic_id) {
81 ShowError(int error_msg_id, int login_attempts, HelpAppLauncher::HelpTopic help_topic_id) argument
H A Dviews_login_display.cc194 HelpAppLauncher::HelpTopic help_topic_id) {
198 help_topic_id_ = help_topic_id;
192 ShowError(int error_msg_id, int login_attempts, HelpAppLauncher::HelpTopic help_topic_id) argument
H A Dexisting_user_controller.cc468 HelpAppLauncher::HelpTopic help_topic_id; local
471 help_topic_id = HelpAppLauncher::HELP_CANT_ACCESS_ACCOUNT_OFFLINE;
474 help_topic_id = HelpAppLauncher::HELP_ACCOUNT_DISABLED;
477 help_topic_id = HelpAppLauncher::HELP_HOSTED_ACCOUNT;
480 help_topic_id = login_performer_->login_timed_out() ?
486 login_display_->ShowError(error_id, num_login_attempts_, help_topic_id);
/external/chromium_org/chrome/browser/chromeos/login/
H A Dhelp_app_launcher.cc40 void HelpAppLauncher::ShowHelpTopic(HelpTopic help_topic_id) { argument
50 static_cast<int>(help_topic_id)));
H A Dscreen_locker.cc331 HelpAppLauncher::HelpTopic help_topic_id,
334 delegate_->ShowErrorMessage(error_msg_id, help_topic_id);
330 ShowErrorMessage(int error_msg_id, HelpAppLauncher::HelpTopic help_topic_id, bool sign_out_only) argument
H A Dwebui_screen_locker.cc118 HelpAppLauncher::HelpTopic help_topic_id) {
121 help_topic_id);
116 ShowErrorMessage( int error_msg_id, HelpAppLauncher::HelpTopic help_topic_id) argument
H A Dwebui_login_display.cc146 HelpAppLauncher::HelpTopic help_topic_id) {
149 << ", help_topic_id: " << help_topic_id; local
202 help_topic_id);
144 ShowError(int error_msg_id, int login_attempts, HelpAppLauncher::HelpTopic help_topic_id) argument
H A Dexisting_user_controller.cc1077 HelpAppLauncher::HelpTopic help_topic_id; local
1081 help_topic_id = HelpAppLauncher::HELP_CANT_ACCESS_ACCOUNT_OFFLINE;
1084 help_topic_id = HelpAppLauncher::HELP_ACCOUNT_DISABLED;
1087 help_topic_id = HelpAppLauncher::HELP_HOSTED_ACCOUNT;
1090 help_topic_id = is_offline ?
1096 login_display_->ShowError(error_id, num_login_attempts_, help_topic_id);
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dcore_oobe_handler.cc145 HelpAppLauncher::HelpTopic help_topic_id) {
148 help_link_text, static_cast<int>(help_topic_id));
141 ShowSignInError( int login_attempts, const std::string& error_text, const std::string& help_link_text, HelpAppLauncher::HelpTopic help_topic_id) argument
H A Dsignin_screen_handler.cc886 HelpAppLauncher::HelpTopic help_topic_id) {
888 help_topic_id);
1232 void SigninScreenHandler::HandleLaunchHelpApp(double help_topic_id) { argument
1238 static_cast<HelpAppLauncher::HelpTopic>(help_topic_id));
883 ShowError(int login_attempts, const std::string& error_text, const std::string& help_link_text, HelpAppLauncher::HelpTopic help_topic_id) argument

Completed in 880 milliseconds