Searched refs:StartAppLaunch (Results 1 – 8 of 8) sorted by relevance
46 MOCK_METHOD1(StartAppLaunch, void(const std::string&));
112 virtual void StartAppLaunch(const std::string& app_id) = 0;
50 void StartAppLaunch();
82 virtual void StartAppLaunch(const std::string& app_id) OVERRIDE;
661 void LoginDisplayHostImpl::StartAppLaunch(const std::string& app_id) { in StartAppLaunch() function in chromeos::LoginDisplayHostImpl673 app_launch_controller_->StartAppLaunch(); in StartAppLaunch()1116 display_host->StartAppLaunch(auto_launch_app_id); in ShowLoginWizard()
108 void AppLaunchController::StartAppLaunch() { in StartAppLaunch() function in chromeos::AppLaunchController
822 host_->StartAppLaunch(app_id); in AutoLaunchKioskApp()
562 host_->StartAppLaunch(app_id); in LoginAsKioskApp()