Home
last modified time | relevance | path

Searched refs:IOThread (Results 1 – 17 of 17) sorted by relevance

/external/chromium/chrome/browser/
Dio_thread.cc200 ConstructProxyScriptFetcherContext(IOThread::Globals* globals, in ConstructProxyScriptFetcherContext()
222 ConstructSystemRequestContext(IOThread::Globals* globals, in ConstructSystemRequestContext()
246 explicit SystemURLRequestContextGetter(IOThread* io_thread);
254 IOThread* const io_thread_; // Weak pointer, owned by BrowserProcess.
261 IOThread* io_thread) in SystemURLRequestContextGetter()
284 DISABLE_RUNNABLE_METHOD_REFCOUNT(IOThread);
286 IOThread::Globals::Globals() {} in Globals()
288 IOThread::Globals::~Globals() {} in ~Globals()
292 IOThread::IOThread( in IOThread() function in IOThread
319 IOThread::~IOThread() { in ~IOThread()
[all …]
Dio_thread.h49 class IOThread : public BrowserProcessSubThread {
81 IOThread(PrefService* local_state,
85 virtual ~IOThread();
217 DISALLOW_COPY_AND_ASSIGN(IOThread);
Dbrowsing_data_remover.h20 class IOThread; variable
130 void ClearNetworkingHistory(IOThread* io_thread);
Dbrowser_process.h35 class IOThread; variable
117 virtual IOThread* io_thread() = 0;
Dbrowser_process_impl.h52 virtual IOThread* io_thread();
163 scoped_ptr<IOThread> io_thread_;
Dbrowser_process_impl.cc375 IOThread* BrowserProcessImpl::io_thread() { in io_thread()
727 scoped_ptr<IOThread> thread(new IOThread( in CreateIOThread()
Dbrowsing_data_remover.cc349 void BrowsingDataRemover::ClearNetworkingHistory(IOThread* io_thread) { in ClearNetworkingHistory()
/external/chromium/net/proxy/
Dsync_host_resolver_bridge_unittest.cc145 class IOThread : public base::Thread { class
147 IOThread() : base::Thread("IO-thread") {} in IOThread() function in net::__anond3b83cbb0111::IOThread
149 virtual ~IOThread() { in ~IOThread()
217 IOThread io_thread; in TEST()
/external/chromium/chrome/browser/debugger/
Ddevtools_netlog_observer.h18 class IOThread; variable
57 static void Attach(IOThread* thread);
Ddevtools_manager.h25 class IOThread; variable
Ddevtools_netlog_observer.cc218 void DevToolsNetLogObserver::Attach(IOThread* io_thread) { in Attach()
/external/chromium/chrome/browser/net/
Dchrome_url_request_context.h30 class IOThread; variable
270 IOThread* const io_thread_;
/external/chromium/chrome/browser/profiles/
Dprofile_io_data.h31 class IOThread; variable
103 IOThread* io_thread;
Doff_the_record_profile_io_data.cc124 IOThread* const io_thread = profile_params->io_thread; in LazyInitializeInternal()
125 IOThread::Globals* const io_thread_globals = io_thread->globals(); in LazyInitializeInternal()
Dprofile_io_data.cc277 IOThread* const io_thread = profile_params_->io_thread; in LazyInitialize()
278 IOThread::Globals* const io_thread_globals = io_thread->globals(); in LazyInitialize()
Dprofile_impl_io_data.cc170 IOThread* const io_thread = profile_params->io_thread; in LazyInitializeInternal()
171 IOThread::Globals* const io_thread_globals = io_thread->globals(); in LazyInitializeInternal()
/external/chromium/chrome/browser/ui/webui/
Dnet_internals_ui.cc246 IOThread* io_thread,
345 IOThread* io_thread_;
671 IOThread* io_thread, in IOThreadImpl()