HomeSort by relevance Sort by last modified time
    Searched refs:BrowserMain (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/browser/
browser_main.h 17 CONTENT_EXPORT int BrowserMain(const content::MainFunctionParams& parameters);
browser_main.cc 14 int BrowserMain(const MainFunctionParams& parameters) {
15 TRACE_EVENT_BEGIN_ETW("BrowserMain", 0, "");
30 TRACE_EVENT_END_ETW("BrowserMain", 0, 0);
  /external/chromium_org/content/public/test/
browser_test_base.cc 133 extern int BrowserMain(const MainFunctionParams&);
155 // inside BrowserMain, so tell the code to ignore the check that it's being
261 BrowserMain(params);
  /external/chromium_org/content/app/
content_main_runner.cc 378 // If |process_type| is empty, runs BrowserMain().
386 { "", BrowserMain },

Completed in 34 milliseconds