Home | History | Annotate | Download | only in storage_monitor

Lines Matching refs:browser_process

9 #include "chrome/browser/browser_process.h"
40 TestingBrowserProcess* browser_process = TestingBrowserProcess::GetGlobal();
41 if (browser_process) {
42 browser_process->SetStorageMonitor(pass_monitor.Pass());
55 BrowserProcessImpl* browser_process =
57 DCHECK(browser_process);
58 browser_process->set_storage_monitor_for_test(monitor.Pass());
64 TestingBrowserProcess* browser_process = TestingBrowserProcess::GetGlobal();
65 if (browser_process)
66 browser_process->SetStorageMonitor(scoped_ptr<StorageMonitor>());