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

  /external/chromium/net/proxy/
sync_host_resolver_bridge_unittest.cc 145 class IOThread : public base::Thread {
147 IOThread() : base::Thread("IO-thread") {}
149 virtual ~IOThread() {
217 IOThread io_thread;
224 // Now upon exitting this scope, the IOThread is destroyed -- this will
225 // stop the IOThread, which will in turn delete the
228 // is running on IOThread). The IOThread::Cleanup() will verify that after
  /external/chromium/chrome/browser/
io_thread.h 49 class IOThread : public BrowserProcessSubThread {
80 // |net_log| must either outlive the IOThread or be NULL.
81 IOThread(PrefService* local_state,
85 virtual ~IOThread();
105 // IOThread::CleanUp(), IOThread will iterate through known getters and
108 // |url_request_context_getter| is being deleted before IOThread::CleanUp() is
164 // threads during shutdown, but is used most frequently on the IOThread.
168 // from the IOThread.
172 // to the IOThread. IOThread owns them all, despite not using scoped_ptr
    [all...]
io_thread.cc 200 ConstructProxyScriptFetcherContext(IOThread::Globals* globals,
222 ConstructSystemRequestContext(IOThread::Globals* globals,
246 explicit SystemURLRequestContextGetter(IOThread* io_thread);
254 IOThread* const io_thread_; // Weak pointer, owned by BrowserProcess.
261 IOThread* io_thread)
282 // The IOThread object must outlive any tasks posted to the IO thread before the
284 DISABLE_RUNNABLE_METHOD_REFCOUNT(IOThread);
286 IOThread::Globals::Globals() {}
288 IOThread::Globals::~Globals() {}
291 // dependencies and (2) make IOThread more flexible for testing
    [all...]
  /external/chromium_org/chrome/browser/
io_thread.cc 96 // The IOThread object must outlive any tasks posted to the IO thread before the
130 TRACE_EVENT0("startup", "IOThread::CreateGlobalHostResolver");
189 // See IOThread::Globals for details.
191 ConstructProxyScriptFetcherContext(IOThread::Globals* globals,
219 ConstructSystemRequestContext(IOThread::Globals* globals,
254 class IOThread::LoggingNetworkChangeObserver
314 explicit SystemURLRequestContextGetter(IOThread* io_thread);
325 IOThread* const io_thread_; // Weak pointer, owned by BrowserProcess.
332 IOThread* io_thread)
352 IOThread::Globals:
    [all...]
io_thread.h 75 class IOThread : public content::BrowserThreadDelegate {
177 // |net_log| must either outlive the IOThread or be NULL.
178 IOThread(PrefService* local_state,
183 virtual ~IOThread();
190 // Allows overriding Globals in tests where IOThread::Init() and
191 // IOThread::CleanUp() are not called. This allows for injecting mocks into
192 // IOThread global objects.
270 // threads during shutdown, but is used most frequently on the IOThread.
274 // extensions from the IOThread.
278 // to the IOThread. IOThread owns them all, despite not using scoped_ptr
    [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_update_job_unittest.cc 549 class IOThread : public base::Thread {
551 explicit IOThread(const char* name)
555 virtual ~IOThread() {
602 io_thread_.reset(new IOThread("AppCacheUpdateJob IO test thread"));
    [all...]

Completed in 123 milliseconds