Home
last modified time | relevance | path

Searched refs:StartAppLaunch (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/
Dmock_login_display_host.h46 MOCK_METHOD1(StartAppLaunch, void(const std::string&));
Dlogin_display_host.h112 virtual void StartAppLaunch(const std::string& app_id) = 0;
Dapp_launch_controller.h50 void StartAppLaunch();
Dlogin_display_host_impl.h82 virtual void StartAppLaunch(const std::string& app_id) OVERRIDE;
Dlogin_display_host_impl.cc661 void LoginDisplayHostImpl::StartAppLaunch(const std::string& app_id) { in StartAppLaunch() function in chromeos::LoginDisplayHostImpl
673 app_launch_controller_->StartAppLaunch(); in StartAppLaunch()
1116 display_host->StartAppLaunch(auto_launch_app_id); in ShowLoginWizard()
Dapp_launch_controller.cc108 void AppLaunchController::StartAppLaunch() { in StartAppLaunch() function in chromeos::AppLaunchController
Dwizard_controller.cc822 host_->StartAppLaunch(app_id); in AutoLaunchKioskApp()
Dexisting_user_controller.cc562 host_->StartAppLaunch(app_id); in LoginAsKioskApp()