Searched defs:BrowserProcessSubThread (Results 1 - 4 of 4) 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);
/external/chromium_org/content/browser/
H A Dbrowser_process_sub_thread.cc21 BrowserProcessSubThread::BrowserProcessSubThread(BrowserThread::ID identifier) function in class:content::BrowserProcessSubThread
25 BrowserProcessSubThread::~BrowserProcessSubThread() {
29 void BrowserProcessSubThread::Init() {
47 void BrowserProcessSubThread::CleanUp() {
60 void BrowserProcessSubThread::IOThreadPreCleanUp() {
H A Dbrowser_process_sub_thread.h27 // BrowserProcessSubThread
35 class CONTENT_EXPORT BrowserProcessSubThread : public BrowserThreadImpl { class in namespace:content
37 explicit BrowserProcessSubThread(BrowserThread::ID identifier);
38 virtual ~BrowserProcessSubThread();
56 DISALLOW_COPY_AND_ASSIGN(BrowserProcessSubThread);

Completed in 107 milliseconds