Searched defs:IOThread (Results 1 - 3 of 3) sorted by last modified time

/external/chromium/chrome/browser/
H A Dio_thread.cc200 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); variable
286 IOThread::Globals::Globals() {}
288 IOThread::Globals::~Globals() {}
291 // dependencies and (2) make IOThread mor
292 IOThread::IOThread( function in class:IOThread
[all...]
H A Dio_thread.h49 class IOThread : public BrowserProcessSubThread { class in inherits: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
[all...]
/external/chromium/net/proxy/
H A Dsync_host_resolver_bridge_unittest.cc145 class IOThread : public base::Thread { class in namespace:net::__anon3026
147 IOThread() : base::Thread("IO-thread") {} function in class:net::__anon3026::IOThread
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

Completed in 70 milliseconds