HomeSort by relevance Sort by last modified time
    Searched defs:BrowserMainParts (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/public/browser/
browser_main_parts.h 14 // Each stage is represented by a single BrowserMainParts method, called from
50 class CONTENT_EXPORT BrowserMainParts {
52 BrowserMainParts() {}
53 virtual ~BrowserMainParts() {}
  /external/chromium/chrome/browser/
browser_main.h 29 // BrowserMainParts:
70 class BrowserMainParts {
74 static BrowserMainParts* CreateBrowserMainParts(
77 virtual ~BrowserMainParts();
86 explicit BrowserMainParts(const MainFunctionParams& parameters);
157 DISALLOW_COPY_AND_ASSIGN(BrowserMainParts);
browser_main.cc 208 // BrowserMainParts ------------------------------------------------------------
210 BrowserMainParts::BrowserMainParts(const MainFunctionParams& parameters)
215 BrowserMainParts::~BrowserMainParts() {
218 // BrowserMainParts: |EarlyInitialization()| and related -----------------------
220 void BrowserMainParts::EarlyInitialization() {
247 void BrowserMainParts::SetupFieldTrials() {
265 void BrowserMainParts::ConnectionFieldTrial() {
311 void BrowserMainParts::SocketTimeoutFieldTrial()
    [all...]

Completed in 33 milliseconds