Searched defs:BrowserThreadImpl (Results 1 - 2 of 2) sorted by path

/external/chromium_org/content/browser/
H A Dbrowser_thread_impl.cc104 // BrowserMainLoop. BrowserThreadImpl objects remove themselves from this
106 BrowserThreadImpl* threads[BrowserThread::ID_COUNT];
120 BrowserThreadImpl::BrowserThreadImpl(ID identifier) function in class:content::BrowserThreadImpl
126 BrowserThreadImpl::BrowserThreadImpl(ID identifier, function in class:content::BrowserThreadImpl
134 void BrowserThreadImpl::ShutdownThreadPool() {
145 void BrowserThreadImpl::FlushThreadPoolHelperForTesting() {
153 void BrowserThreadImpl::Init() {
177 NOINLINE void BrowserThreadImpl
[all...]
H A Dbrowser_thread_impl.h14 class CONTENT_EXPORT BrowserThreadImpl : public BrowserThread, class in namespace:content
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

Completed in 887 milliseconds