OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnLaunchFailed
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/chromeos/app_mode/
app_launch_utils.cc
46
virtual void
OnLaunchFailed
(KioskAppLaunchError::Error error) OVERRIDE {
startup_app_launcher.h
31
// Report OnLauncherInitialized() or
OnLaunchFailed
() to observers:
48
virtual void
OnLaunchFailed
(KioskAppLaunchError::Error error) = 0;
startup_app_launcher.cc
228
delegate_->
OnLaunchFailed
(error);
/external/chromium_org/chrome/browser/chromeos/login/
app_launch_controller.h
101
virtual void
OnLaunchFailed
(KioskAppLaunchError::Error error) OVERRIDE;
app_launch_controller.cc
192
OnLaunchFailed
(KioskAppLaunchError::USER_CANCEL);
216
OnLaunchFailed
(error);
357
void AppLaunchController::
OnLaunchFailed
(KioskAppLaunchError::Error error) {
Completed in 26 milliseconds