Searched defs:HelpAppLauncher (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/
H A Dhelp_app_launcher.cc36 HelpAppLauncher::HelpAppLauncher(gfx::NativeWindow parent_window) function in class:chromeos::HelpAppLauncher
40 void HelpAppLauncher::ShowHelpTopic(HelpTopic help_topic_id) {
60 HelpAppLauncher::~HelpAppLauncher() {}
65 void HelpAppLauncher::ShowHelpTopicDialog(Profile* profile,
H A Dhelp_app_launcher.h21 class HelpAppLauncher : public base::RefCountedThreadSafe<HelpAppLauncher> { class in namespace:chromeos
44 explicit HelpAppLauncher(gfx::NativeWindow parent_window);
50 virtual ~HelpAppLauncher();
53 friend class base::RefCountedThreadSafe<HelpAppLauncher>;
61 DISALLOW_COPY_AND_ASSIGN(HelpAppLauncher);

Completed in 2096 milliseconds