Searched refs:PreMainMessageLoopRun (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dbrowser_process_platform_part_base.cc33 void BrowserProcessPlatformPartBase::PreMainMessageLoopRun() { function in class:BrowserProcessPlatformPartBase
H A Dbrowser_process_platform_part_base.h30 // Called at the end of BrowserProcessImpl::PreMainMessageLoopRun().
31 virtual void PreMainMessageLoopRun();
H A Dchrome_browser_main_extra_parts.h41 virtual void PreMainMessageLoopRun() {} function in class:ChromeBrowserMainExtraParts
H A Dbrowser_process_platform_part_mac.h26 virtual void PreMainMessageLoopRun() OVERRIDE;
H A Dchrome_browser_main.h70 virtual void PreMainMessageLoopRun() OVERRIDE;
76 // in order from PreMainMessageLoopRun(). See implementation for details.
193 // Members initialized in PreMainMessageLoopRun, needed in
H A Dbrowser_process_impl.h59 void PreMainMessageLoopRun();
H A Dchrome_browser_main.cc1047 void ChromeBrowserMainParts::PreMainMessageLoopRun() { function in class:ChromeBrowserMainParts
1048 TRACE_EVENT0("startup", "ChromeBrowserMainParts::PreMainMessageLoopRun");
1052 chrome_extra_parts_[i]->PreMainMessageLoopRun();
1055 // PreMainMessageLoopRun calls these extra stages in the following order:
1151 browser_process_->PreMainMessageLoopRun();
1610 // Set the result code set in PreMainMessageLoopRun or set above.
H A Dbrowser_process_impl.cc872 void BrowserProcessImpl::PreMainMessageLoopRun() { function in class:BrowserProcessImpl
930 platform_part_->PreMainMessageLoopRun();
/external/chromium_org/content/public/browser/
H A Dbrowser_main_parts.h76 virtual void PreMainMessageLoopRun() {} function in class:content::BrowserMainParts
/external/chromium_org/android_webview/browser/
H A Daw_browser_main_parts.cc65 void AwBrowserMainParts::PreMainMessageLoopRun() { function in class:android_webview::AwBrowserMainParts
66 browser_context_->PreMainMessageLoopRun();
H A Daw_browser_main_parts.h28 virtual void PreMainMessageLoopRun() OVERRIDE;
H A Daw_browser_context.h59 // Maps to BrowserMainParts::PreMainMessageLoopRun.
60 void PreMainMessageLoopRun();
H A Daw_browser_context.cc104 void AwBrowserContext::PreMainMessageLoopRun() { function in class:android_webview::AwBrowserContext
/external/chromium_org/ui/views/examples/content_client/
H A Dexamples_browser_main_parts.h29 virtual void PreMainMessageLoopRun() OVERRIDE;
H A Dexamples_browser_main_parts.cc38 void ExamplesBrowserMainParts::PreMainMessageLoopRun() { function in class:views::examples::ExamplesBrowserMainParts
/external/chromium_org/ash/shell/content_client/
H A Dshell_browser_main_parts.h40 virtual void PreMainMessageLoopRun() OVERRIDE;
H A Dshell_browser_main_parts.cc104 void ShellBrowserMainParts::PreMainMessageLoopRun() { function in class:ash::shell::ShellBrowserMainParts
/external/chromium_org/content/shell/
H A Dshell_browser_main_parts.h36 virtual void PreMainMessageLoopRun() OVERRIDE;
H A Dshell_browser_main_parts.cc116 void ShellBrowserMainParts::PreMainMessageLoopRun() { function in class:content::ShellBrowserMainParts
/external/chromium_org/chrome/browser/chromeos/
H A Dchrome_browser_main_chromeos.h57 virtual void PreMainMessageLoopRun() OVERRIDE;
59 // Stages called from PreMainMessageLoopRun.
H A Dchrome_browser_main_chromeos.cc427 void ChromeBrowserMainPartsChromeos::PreMainMessageLoopRun() { function in class:chromeos::ChromeBrowserMainPartsChromeos
455 ChromeBrowserMainPartsLinux::PreMainMessageLoopRun();
459 // -- This used to be in ChromeBrowserMainParts::PreMainMessageLoopRun()
468 // -- This used to be in ChromeBrowserMainParts::PreMainMessageLoopRun()
561 // -- This used to be in ChromeBrowserMainParts::PreMainMessageLoopRun()
659 // -- This used to be in ChromeBrowserMainParts::PreMainMessageLoopRun()
665 // PreMainMessageLoopRun() then desktopui_PageCyclerTests fail for unknown
674 // -- This used to be in ChromeBrowserMainParts::PreMainMessageLoopRun()
/external/chromium_org/chrome_frame/test/net/
H A Dfake_external_tab.h110 virtual void PreMainMessageLoopRun() OVERRIDE;
H A Dfake_external_tab.cc829 void CFUrlRequestUnittestRunner::PreMainMessageLoopRun() { function in class:CFUrlRequestUnittestRunner
/external/chromium_org/content/browser/
H A Dbrowser_main_loop.h108 int PreMainMessageLoopRun();
H A Dbrowser_main_loop.cc555 &BrowserMainLoop::PreMainMessageLoopRun, base::Unretained(this));
651 int BrowserMainLoop::PreMainMessageLoopRun() { function in class:content::BrowserMainLoop
654 "BrowserMainLoop::CreateThreads:PreMainMessageLoopRun");
655 parts_->PreMainMessageLoopRun();

Completed in 427 milliseconds