Searched refs:BrowserProcess (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dbrowser_process.cc7 BrowserProcess* g_browser_process = NULL;
9 BrowserProcess::BrowserProcess() {} function in class:BrowserProcess
11 BrowserProcess::~BrowserProcess() {}
H A Dbrowser_process.h102 class BrowserProcess { class
104 BrowserProcess();
105 virtual ~BrowserProcess();
243 DISALLOW_COPY_AND_ASSIGN(BrowserProcess);
246 extern BrowserProcess* g_browser_process;
H A Dmemory_details_win.cc37 } BrowserProcess; variable in typeref:enum:__anon4282
H A Dbrowser_process_impl.h53 // Real implementation of BrowserProcess that creates and returns the services.
54 class BrowserProcessImpl : public BrowserProcess,
77 // BrowserProcess implementation.
H A Dmemory_details_linux.cc39 } BrowserProcess; variable in typeref:enum:BrowserType
H A Dmemory_details_mac.cc48 } BrowserProcess; variable in typeref:enum:BrowserType
57 // |BrowserProcess| (i.e., |BrowserType|).
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
H A Dbrowserprocess.py51 class BrowserProcess(BrowserProcessBase): class in inherits:BrowserProcessBase
61 """ This variant of BrowserProcess uses process groups to manage browser
73 return BrowserProcess(handle)
/external/chromium_org/chrome/test/base/
H A Dtesting_browser_process.cc62 BrowserProcess* browser_process = g_browser_process;
94 DCHECK_EQ(static_cast<BrowserProcess*>(NULL), g_browser_process);
H A Dtesting_browser_process.h5 // An implementation of BrowserProcess for unit tests that fails for most
50 class TestingBrowserProcess : public BrowserProcess {
201 // LocalState local_state_; // Needs a BrowserProcess to initialize.

Completed in 3285 milliseconds