HomeSort by relevance Sort by last modified time
    Searched defs:BrowserProcessSubThread (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/
browser_process_sub_thread.cc 13 BrowserProcessSubThread::BrowserProcessSubThread(BrowserThread::ID identifier)
16 BrowserProcessSubThread::~BrowserProcessSubThread() {
22 void BrowserProcessSubThread::Init() {
31 void BrowserProcessSubThread::CleanUp() {
browser_process_sub_thread.h 15 // BrowserProcessSubThread
23 class BrowserProcessSubThread : public BrowserThread {
25 explicit BrowserProcessSubThread(BrowserThread::ID identifier);
26 virtual ~BrowserProcessSubThread();
38 DISALLOW_COPY_AND_ASSIGN(BrowserProcessSubThread);
  /external/chromium_org/content/browser/
browser_process_sub_thread.cc 21 BrowserProcessSubThread::BrowserProcessSubThread(BrowserThread::ID identifier)
25 BrowserProcessSubThread::~BrowserProcessSubThread() {
29 void BrowserProcessSubThread::Init() {
47 void BrowserProcessSubThread::CleanUp() {
60 void BrowserProcessSubThread::IOThreadPreCleanUp() {
browser_process_sub_thread.h 27 // BrowserProcessSubThread
35 class CONTENT_EXPORT BrowserProcessSubThread : public BrowserThreadImpl {
37 explicit BrowserProcessSubThread(BrowserThread::ID identifier);
38 virtual ~BrowserProcessSubThread();
56 DISALLOW_COPY_AND_ASSIGN(BrowserProcessSubThread);

Completed in 36 milliseconds