Searched refs:help_topic_id (Results 1 – 8 of 8) sorted by relevance
33 void HelpAppLauncher::ShowHelpTopic(HelpTopic help_topic_id) { in ShowHelpTopic() argument42 static_cast<int>(help_topic_id))); in ShowHelpTopic()
468 HelpAppLauncher::HelpTopic help_topic_id; in ShowError() local471 help_topic_id = HelpAppLauncher::HELP_CANT_ACCESS_ACCOUNT_OFFLINE; in ShowError()474 help_topic_id = HelpAppLauncher::HELP_ACCOUNT_DISABLED; in ShowError()477 help_topic_id = HelpAppLauncher::HELP_HOSTED_ACCOUNT; in ShowError()480 help_topic_id = login_performer_->login_timed_out() ? in ShowError()486 login_display_->ShowError(error_id, num_login_attempts_, help_topic_id); in ShowError()
42 void ShowHelpTopic(HelpTopic help_topic_id);
63 HelpAppLauncher::HelpTopic help_topic_id) OVERRIDE;
83 HelpAppLauncher::HelpTopic help_topic_id) { in ShowError() argument
94 HelpAppLauncher::HelpTopic help_topic_id) = 0;
49 HelpAppLauncher::HelpTopic help_topic_id);
194 HelpAppLauncher::HelpTopic help_topic_id) { in ShowError() argument198 help_topic_id_ = help_topic_id; in ShowError()