Searched defs:PreMainMessageLoopRun (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dbrowser_process_platform_part_base.cc40 void BrowserProcessPlatformPartBase::PreMainMessageLoopRun() { function in class:BrowserProcessPlatformPartBase
H A Dchrome_browser_main_extra_parts.h41 virtual void PreMainMessageLoopRun() {} function in class:ChromeBrowserMainExtraParts
H A Dbrowser_process_impl.cc1008 void BrowserProcessImpl::PreMainMessageLoopRun() { function in class:BrowserProcessImpl
1063 platform_part_->PreMainMessageLoopRun();
H A Dchrome_browser_main.cc986 void ChromeBrowserMainParts::PreMainMessageLoopRun() { function in class:ChromeBrowserMainParts
987 TRACE_EVENT0("startup", "ChromeBrowserMainParts::PreMainMessageLoopRun");
991 chrome_extra_parts_[i]->PreMainMessageLoopRun();
994 // PreMainMessageLoopRun calls these extra stages in the following order:
1091 browser_process_->PreMainMessageLoopRun();
1585 // Set the result code set in PreMainMessageLoopRun or set above.
/external/chromium_org/ui/views_content_client/
H A Dviews_content_client_main_parts_desktop_aura.cc25 virtual void PreMainMessageLoopRun() OVERRIDE;
37 void ViewsContentClientMainPartsDesktopAura::PreMainMessageLoopRun() { function in class:ui::__anon17176::ViewsContentClientMainPartsDesktopAura
38 ViewsContentClientMainPartsAura::PreMainMessageLoopRun();
H A Dviews_content_client_main_parts.cc23 void ViewsContentClientMainParts::PreMainMessageLoopRun() { function in class:ui::ViewsContentClientMainParts
H A Dviews_content_client_main_parts_chromeos.cc45 virtual void PreMainMessageLoopRun() OVERRIDE;
63 void ViewsContentClientMainPartsChromeOS::PreMainMessageLoopRun() { function in class:ui::__anon17175::ViewsContentClientMainPartsChromeOS
64 ViewsContentClientMainPartsAura::PreMainMessageLoopRun();
/external/chromium_org/content/public/browser/
H A Dbrowser_main_parts.h76 virtual void PreMainMessageLoopRun() {} function in class:content::BrowserMainParts
/external/chromium_org/extensions/shell/browser/
H A Dshell_browser_main_parts.cc110 void ShellBrowserMainParts::PreMainMessageLoopRun() { function in class:extensions::ShellBrowserMainParts
/external/chromium_org/android_webview/browser/
H A Daw_browser_main_parts.cc99 void AwBrowserMainParts::PreMainMessageLoopRun() { function in class:android_webview::AwBrowserMainParts
108 browser_context_->PreMainMessageLoopRun();
H A Daw_browser_context.cc116 void AwBrowserContext::PreMainMessageLoopRun() { function in class:android_webview::AwBrowserContext
/external/chromium_org/ash/shell/content_client/
H A Dshell_browser_main_parts.cc105 void ShellBrowserMainParts::PreMainMessageLoopRun() { function in class:ash::shell::ShellBrowserMainParts
/external/chromium_org/chromecast/shell/browser/
H A Dcast_browser_main_parts.cc92 void CastBrowserMainParts::PreMainMessageLoopRun() { function in class:chromecast::shell::CastBrowserMainParts
/external/chromium_org/content/shell/browser/
H A Dshell_browser_main_parts.cc120 void ShellBrowserMainParts::PreMainMessageLoopRun() { function in class:content::ShellBrowserMainParts
/external/chromium_org/chrome/browser/chromeos/
H A Dchrome_browser_main_chromeos.cc306 void ChromeBrowserMainPartsChromeos::PreMainMessageLoopRun() { function in class:chromeos::ChromeBrowserMainPartsChromeos
330 ChromeBrowserMainPartsLinux::PreMainMessageLoopRun();
334 // -- This used to be in ChromeBrowserMainParts::PreMainMessageLoopRun()
344 // -- This used to be in ChromeBrowserMainParts::PreMainMessageLoopRun()
511 // -- This used to be in ChromeBrowserMainParts::PreMainMessageLoopRun()
582 // -- This used to be in ChromeBrowserMainParts::PreMainMessageLoopRun()
601 // PreMainMessageLoopRun() then desktopui_PageCyclerTests fail for unknown
609 // -- This used to be in ChromeBrowserMainParts::PreMainMessageLoopRun()
/external/chromium_org/content/browser/
H A Dbrowser_main_loop.cc614 &BrowserMainLoop::PreMainMessageLoopRun, base::Unretained(this));
731 int BrowserMainLoop::PreMainMessageLoopRun() { function in class:content::BrowserMainLoop
734 "BrowserMainLoop::CreateThreads:PreMainMessageLoopRun");
735 parts_->PreMainMessageLoopRun();

Completed in 859 milliseconds