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

  /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 46 milliseconds