Searched defs:BrowserProcessSubThread (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/
H A Dbrowser_process_sub_thread.cc13 BrowserProcessSubThread::BrowserProcessSubThread(BrowserThread::ID identifier) function in class:BrowserProcessSubThread
16 BrowserProcessSubThread::~BrowserProcessSubThread() {
22 void BrowserProcessSubThread::Init() {
31 void BrowserProcessSubThread::CleanUp() {
H A Dbrowser_process_sub_thread.h15 // BrowserProcessSubThread
23 class BrowserProcessSubThread : public BrowserThread { class in inherits:BrowserThread
25 explicit BrowserProcessSubThread(BrowserThread::ID identifier);
26 virtual ~BrowserProcessSubThread();
38 DISALLOW_COPY_AND_ASSIGN(BrowserProcessSubThread);

Completed in 53 milliseconds