Searched defs:IOThread (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dio_thread.cc113 // The IOThread object must outlive any tasks posted to the IO thread before the
169 TRACE_EVENT0("startup", "IOThread::CreateGlobalHostResolver");
235 // See IOThread::Globals for details.
237 ConstructProxyScriptFetcherContext(IOThread::Globals* globals,
267 ConstructSystemRequestContext(IOThread::Globals* globals,
317 class IOThread::LoggingNetworkChangeObserver
377 explicit SystemURLRequestContextGetter(IOThread* io_thread);
388 IOThread* const io_thread_; // Weak pointer, owned by BrowserProcess.
395 IOThread* io_thread)
415 IOThread
441 IOThread::IOThread( function in class:IOThread
[all...]
H A Dio_thread.h89 class IOThread : public content::BrowserThreadDelegate { class in inherits:content::BrowserThreadDelegate
211 // |net_log| must either outlive the IOThread or be NULL.
212 IOThread(PrefService* local_state,
217 virtual ~IOThread();
224 // Allows overriding Globals in tests where IOThread::Init() and
225 // IOThread::CleanUp() are not called. This allows for injecting mocks into
226 // IOThread global objects.
409 // threads during shutdown, but is used most frequently on the IOThread.
414 // extensions from the IOThread.
419 // to the IOThread
[all...]
/external/chromium_org/content/browser/appcache/
H A Dappcache_storage_impl_unittest.cc136 class IOThread : public base::Thread { class in namespace:content::__anon7008
138 explicit IOThread(const char* name) function in class:content::__anon7008::IOThread
142 virtual ~IOThread() {
170 scoped_ptr<IOThread> io_thread;
373 io_thread.reset(new IOThread("AppCacheTest.IOThread"));
H A Dappcache_update_job_unittest.cc552 class IOThread : public base::Thread { class in namespace:content
554 explicit IOThread(const char* name) function in class:content::IOThread
558 virtual ~IOThread() {
605 io_thread_.reset(new IOThread("AppCacheUpdateJob IO test thread"));
3388 scoped_ptr<IOThread> io_thread_;

Completed in 2980 milliseconds