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

  /external/chromium/chrome/browser/
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...]
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...]
browser_process.h 35 class IOThread;
117 virtual IOThread* io_thread() = 0;
browsing_data_remover.h 20 class IOThread;
130 void ClearNetworkingHistory(IOThread* io_thread);
browser_process_impl.h 52 virtual IOThread* io_thread();
163 scoped_ptr<IOThread> io_thread_;
browser_process_impl.cc 375 IOThread* BrowserProcessImpl::io_thread() {
727 scoped_ptr<IOThread> thread(new IOThread(
    [all...]
browsing_data_remover.cc 349 void BrowsingDataRemover::ClearNetworkingHistory(IOThread* io_thread) {
  /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/debugger/
devtools_netlog_observer.h 18 class IOThread;
57 static void Attach(IOThread* thread);
devtools_manager.h 25 class IOThread;
devtools_netlog_observer.cc 218 void DevToolsNetLogObserver::Attach(IOThread* io_thread) {
  /external/chromium/chrome/browser/net/
chrome_url_request_context.h 30 class IOThread;
270 IOThread* const io_thread_;
  /external/chromium/chrome/browser/profiles/
profile_io_data.h 31 class IOThread;
103 IOThread* io_thread;
off_the_record_profile_io_data.cc 124 IOThread* const io_thread = profile_params->io_thread;
125 IOThread::Globals* const io_thread_globals = io_thread->globals();
profile_io_data.cc 277 IOThread* const io_thread = profile_params_->io_thread;
278 IOThread::Globals* const io_thread_globals = io_thread->globals();
profile_impl_io_data.cc 170 IOThread* const io_thread = profile_params->io_thread;
171 IOThread::Globals* const io_thread_globals = io_thread->globals();
  /external/chromium/chrome/browser/ui/webui/
net_internals_ui.cc 242 // on the IO thread. |io_thread| is the global IOThread (it is passed in as
246 IOThread* io_thread,
344 // The global IOThread, which contains the global NetLog to observer.
345 IOThread* io_thread_;
671 IOThread* io_thread,
    [all...]

Completed in 289 milliseconds