Home
last modified time | relevance | path

Searched refs:GetDisableBailoutShortcut (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/app_mode/
Dkiosk_app_manager.h146 bool GetDisableBailoutShortcut() const;
Dkiosk_app_manager.cc336 bool KioskAppManager::GetDisableBailoutShortcut() const { in GetDisableBailoutShortcut() function in chromeos::KioskAppManager
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
Dapp_launch_splash_screen_handler.cc90 !KioskAppManager::Get()->GetDisableBailoutShortcut()); in Show()
/external/chromium_org/chrome/browser/chromeos/login/
Dapp_launch_controller.cc215 if (KioskAppManager::Get()->GetDisableBailoutShortcut()) in OnCancelAppLaunch()