Searched refs:browser_process (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_event_router_forwarder_unittest.cc49 TestingBrowserProcess* browser_process = testing_browser_process_.get(); local
50 browser_process->SetProfileManager(new ProfileManager);
55 browser_process->profile_manager()->RegisterProfile(profile1_, true);
56 browser_process->profile_manager()->RegisterProfile(profile2_, true);
/external/chromium/chrome/browser/
H A Dbrowser_main.cc35 #include "chrome/browser/browser_process.h"
574 void RunUIMessageLoop(BrowserProcess* browser_process) { argument
1199 scoped_ptr<BrowserProcessImpl> browser_process; local
1205 browser_process.reset(new FirstRunBrowserProcess(parsed_command_line));
1208 browser_process.reset(new BrowserProcessImpl(parsed_command_line));
1367 CreateChildThreads(browser_process.get());
1655 browser_process->google_url_tracker();
1656 browser_process->intranet_redirect_detector();
1842 RunUIMessageLoop(browser_process.get());
1899 // browser_shutdown takes care of deleting browser_process, s
[all...]
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_unittest.cc140 ScopedTestingBrowserProcess browser_process; local
H A Dautocomplete_unittest.cc451 ScopedTestingBrowserProcess browser_process; local
/external/chromium/chrome/browser/translate/
H A Dtranslate_manager_browsertest.cc788 TestingBrowserProcess* browser_process = local
790 std::string original_lang = browser_process->GetApplicationLocale();
791 browser_process->SetApplicationLocale("qbz");
800 browser_process->SetApplicationLocale(original_lang);

Completed in 131 milliseconds