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

  /external/chromium_org/content/browser/
browser_thread_impl.h 14 class CONTENT_EXPORT BrowserThreadImpl : public BrowserThread,
17 // Construct a BrowserThreadImpl with the supplied identifier. It is an error
18 // to construct a BrowserThreadImpl that already exists.
19 explicit BrowserThreadImpl(BrowserThread::ID identifier);
24 BrowserThreadImpl(BrowserThread::ID identifier,
26 virtual ~BrowserThreadImpl();
37 // functions, but state is stored in the BrowserThreadImpl to keep
browser_thread_impl.cc 48 // BrowserMainLoop. BrowserThreadImpl objects remove themselves from this
50 BrowserThreadImpl* threads[BrowserThread::ID_COUNT];
64 BrowserThreadImpl::BrowserThreadImpl(ID identifier)
70 BrowserThreadImpl::BrowserThreadImpl(ID identifier,
78 void BrowserThreadImpl::ShutdownThreadPool() {
89 void BrowserThreadImpl::FlushThreadPoolHelper() {
96 void BrowserThreadImpl::Init() {
120 NOINLINE void BrowserThreadImpl::UIThreadRun(base::MessageLoop* message_loop)
    [all...]

Completed in 33 milliseconds