HomeSort by relevance Sort by last modified time
    Searched refs:HelpAppLauncher (Results 1 - 13 of 13) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
help_app_launcher.h 19 class HelpAppLauncher : public LoginHtmlDialog::Delegate,
20 public base::RefCountedThreadSafe<HelpAppLauncher> {
39 explicit HelpAppLauncher(gfx::NativeWindow parent_window);
61 DISALLOW_COPY_AND_ASSIGN(HelpAppLauncher);
help_app_launcher.cc 29 HelpAppLauncher::HelpAppLauncher(gfx::NativeWindow parent_window)
33 void HelpAppLauncher::ShowHelpTopic(HelpTopic help_topic_id) {
52 void HelpAppLauncher::ShowHelpTopicDialog(const GURL& topic_url) {
views_login_display.h 21 class HelpAppLauncher;
49 HelpAppLauncher::HelpTopic help_topic_id);
90 scoped_refptr<HelpAppLauncher> help_app_;
93 HelpAppLauncher::HelpTopic help_topic_id_;
network_screen.h 25 class HelpAppLauncher;
114 scoped_refptr<HelpAppLauncher> help_app_;
dom_login_display.h 63 HelpAppLauncher::HelpTopic help_topic_id) OVERRIDE;
existing_user_controller.cc 468 HelpAppLauncher::HelpTopic help_topic_id;
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;
481 HelpAppLauncher::HELP_CANT_ACCESS_ACCOUNT_OFFLINE :
482 HelpAppLauncher::HELP_CANT_ACCESS_ACCOUNT;
eula_view.h 31 class HelpAppLauncher;
142 scoped_refptr<HelpAppLauncher> help_app_;
dom_login_display.cc 83 HelpAppLauncher::HelpTopic help_topic_id) {
login_display.h 94 HelpAppLauncher::HelpTopic help_topic_id) = 0;
network_screen.cc 107 help_app_ = new HelpAppLauncher(
110 help_app_->ShowHelpTopic(HelpAppLauncher::HELP_CONNECTIVITY);
existing_user_controller_browsertest.cc 45 MOCK_METHOD3(ShowError, void(int, int, HelpAppLauncher::HelpTopic));
views_login_display.cc 194 HelpAppLauncher::HelpTopic help_topic_id) {
314 help_app_ = new HelpAppLauncher(parent_window());
eula_view.cc 497 help_app_ = new HelpAppLauncher(parent_window);
498 help_app_->ShowHelpTopic(HelpAppLauncher::HELP_STATS_USAGE);

Completed in 1402 milliseconds