Searched defs:diagnostic_mode (Results 1 - 6 of 6) sorted by path

/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dstartup_app_launcher.cc69 bool diagnostic_mode,
73 diagnostic_mode_(diagnostic_mode),
67 StartupAppLauncher(Profile* profile, const std::string& app_id, bool diagnostic_mode, StartupAppLauncher::Delegate* delegate) argument
/external/chromium_org/chrome/browser/chromeos/login/
H A Dapp_launch_controller.cc108 bool diagnostic_mode,
113 diagnostic_mode_(diagnostic_mode),
107 AppLaunchController(const std::string& app_id, bool diagnostic_mode, LoginDisplayHost* host, OobeDisplay* oobe_display) argument
H A Dexisting_user_controller.cc677 bool diagnostic_mode) {
678 host_->StartAppLaunch(app_id, diagnostic_mode);
676 LoginAsKioskApp(const std::string& app_id, bool diagnostic_mode) argument
H A Dkiosk_browsertest.cc340 void LaunchApp(const std::string& app_id, bool diagnostic_mode) { argument
345 base::FundamentalValue(diagnostic_mode));
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dlogin_display_host_impl.cc706 bool diagnostic_mode) {
716 app_id, diagnostic_mode, this, GetOobeUI()));
1216 false /* diagnostic_mode */);
705 StartAppLaunch(const std::string& app_id, bool diagnostic_mode) argument
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dsignin_screen_handler.cc1407 bool diagnostic_mode) {
1410 specifics.kiosk_diagnostic_mode = diagnostic_mode;
1406 HandleLaunchKioskApp(const std::string& app_id, bool diagnostic_mode) argument

Completed in 309 milliseconds