Searched refs:BasicStartupComplete (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/chrome/android/shell/
H A Dchrome_main_delegate_chrome_shell_android.cc23 bool ChromeMainDelegateChromeShellAndroid::BasicStartupComplete( function in class:ChromeMainDelegateChromeShellAndroid
26 return ChromeMainDelegateAndroid::BasicStartupComplete(exit_code);
H A Dchrome_main_delegate_chrome_shell_android.h15 virtual bool BasicStartupComplete(int* exit_code) OVERRIDE;
/external/chromium_org/chrome/android/sync_shell/
H A Dchrome_main_delegate_chrome_sync_shell_android.cc33 bool ChromeMainDelegateChromeSyncShellAndroid::BasicStartupComplete( function in class:ChromeMainDelegateChromeSyncShellAndroid
36 return ChromeMainDelegateAndroid::BasicStartupComplete(exit_code);
H A Dchrome_main_delegate_chrome_sync_shell_android.h18 virtual bool BasicStartupComplete(int* exit_code) OVERRIDE;
/external/chromium_org/chrome/app/android/
H A Dchrome_main_delegate_android.cc54 bool ChromeMainDelegateAndroid::BasicStartupComplete(int* exit_code) { function in class:ChromeMainDelegateAndroid
56 return ChromeMainDelegate::BasicStartupComplete(exit_code);
H A Dchrome_main_delegate_android.h24 virtual bool BasicStartupComplete(int* exit_code) OVERRIDE;
/external/chromium_org/ash/shell/content_client/
H A Dshell_main_delegate.cc21 bool ShellMainDelegate::BasicStartupComplete(int* exit_code) { function in class:ash::shell::ShellMainDelegate
H A Dshell_main_delegate.h29 virtual bool BasicStartupComplete(int* exit_code) OVERRIDE;
/external/chromium_org/ui/views_content_client/
H A Dviews_content_main_delegate.h24 virtual bool BasicStartupComplete(int* exit_code) OVERRIDE;
H A Dviews_content_main_delegate.cc42 bool ViewsContentMainDelegate::BasicStartupComplete(int* exit_code) { function in class:ui::ViewsContentMainDelegate
/external/chromium_org/chromecast/shell/app/
H A Dcast_main_delegate.h32 virtual bool BasicStartupComplete(int* exit_code) OVERRIDE;
H A Dcast_main_delegate.cc29 bool CastMainDelegate::BasicStartupComplete(int* exit_code) { function in class:chromecast::shell::CastMainDelegate
/external/chromium_org/content/public/app/
H A Dcontent_main_delegate.cc19 bool ContentMainDelegate::BasicStartupComplete(int* exit_code) { function in class:content::ContentMainDelegate
H A Dcontent_main_delegate.h34 virtual bool BasicStartupComplete(int* exit_code);
/external/chromium_org/content/shell/app/
H A Dshell_main_delegate.h27 virtual bool BasicStartupComplete(int* exit_code) OVERRIDE;
H A Dshell_main_delegate.cc112 bool ShellMainDelegate::BasicStartupComplete(int* exit_code) { function in class:content::ShellMainDelegate
/external/chromium_org/android_webview/lib/main/
H A Daw_main_delegate.h34 virtual bool BasicStartupComplete(int* exit_code) OVERRIDE;
H A Daw_main_delegate.cc50 bool AwMainDelegate::BasicStartupComplete(int* exit_code) { function in class:android_webview::AwMainDelegate
/external/chromium_org/chrome/app/
H A Dchrome_main_delegate.h28 virtual bool BasicStartupComplete(int* exit_code) OVERRIDE;
H A Dchrome_main_delegate.cc386 bool ChromeMainDelegate::BasicStartupComplete(int* exit_code) { function in class:ChromeMainDelegate
/external/chromium_org/extensions/shell/app/
H A Dshell_main_delegate.h28 virtual bool BasicStartupComplete(int* exit_code) OVERRIDE;
H A Dshell_main_delegate.cc56 bool ShellMainDelegate::BasicStartupComplete(int* exit_code) { function in class:extensions::ShellMainDelegate
/external/chromium_org/content/app/
H A Dcontent_main_runner.cc610 if (delegate_ && delegate_->BasicStartupComplete(&exit_code))

Completed in 310 milliseconds