Searched refs:BrowserProcessImpl (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dbrowser_process_impl.cc164 BrowserProcessImpl::BrowserProcessImpl( function in class:BrowserProcessImpl
226 BrowserProcessImpl::~BrowserProcessImpl() {
232 void BrowserProcessImpl::StartTearDown() {
233 TRACE_EVENT0("shutdown", "BrowserProcessImpl::StartTearDown");
255 "BrowserProcessImpl::StartTearDown:ProfileManager");
313 void BrowserProcessImpl::PostDestroyThreads() {
332 unsigned int BrowserProcessImpl::AddRefModule() {
353 unsigned int BrowserProcessImpl
[all...]
H A Dbrowser_process_impl.h54 class BrowserProcessImpl : public BrowserProcess, class in inherits:BrowserProcess,base::NonThreadSafe
58 BrowserProcessImpl(base::SequencedTaskRunner* local_state_task_runner,
60 virtual ~BrowserProcessImpl();
265 base::RepeatingTimer<BrowserProcessImpl> autoupdate_timer_;
308 DISALLOW_COPY_AND_ASSIGN(BrowserProcessImpl);
H A Dchrome_browser_main.h21 class BrowserProcessImpl;
156 scoped_ptr<BrowserProcessImpl> browser_process_;
H A Dchrome_browser_main.cc796 browser_process_.reset(new BrowserProcessImpl(local_state_task_runner.get(),
1372 // This can't be created in the BrowserProcessImpl constructor because it
/external/chromium_org/base/threading/
H A Dthread_restrictions.h19 class BrowserProcessImpl;
227 friend class ::BrowserProcessImpl; // http://crbug.com/125207
/external/chromium_org/chrome/browser/prefs/
H A Dbrowser_prefs.cc245 BrowserProcessImpl::RegisterPrefs(registry);

Completed in 263 milliseconds