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

  /external/chromium_org/chrome/browser/
io_thread.cc 113 // 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::Globals:
    [all...]
io_thread.h 89 class IOThread : public 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. IOThread owns them all, despite not using scoped_ptr
    [all...]
  /external/chromium_org/content/browser/appcache/
appcache_storage_impl_unittest.cc 136 class IOThread : public base::Thread {
138 explicit IOThread(const char* name)
142 virtual ~IOThread() {
170 scoped_ptr<IOThread> io_thread;
373 io_thread.reset(new IOThread("AppCacheTest.IOThread"));
    [all...]
appcache_update_job_unittest.cc 552 class IOThread : public base::Thread {
554 explicit IOThread(const char* name)
558 virtual ~IOThread() {
605 io_thread_.reset(new IOThread("AppCacheUpdateJob IO test thread"));
    [all...]

Completed in 125 milliseconds