/external/chromium/chrome/browser/ |
D | io_thread.cc | 200 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 …]
|
D | io_thread.h | 49 class IOThread : public BrowserProcessSubThread { 81 IOThread(PrefService* local_state, 85 virtual ~IOThread(); 217 DISALLOW_COPY_AND_ASSIGN(IOThread);
|
D | browsing_data_remover.h | 20 class IOThread; variable 130 void ClearNetworkingHistory(IOThread* io_thread);
|
D | browser_process.h | 35 class IOThread; variable 117 virtual IOThread* io_thread() = 0;
|
D | browser_process_impl.h | 52 virtual IOThread* io_thread(); 163 scoped_ptr<IOThread> io_thread_;
|
D | browser_process_impl.cc | 375 IOThread* BrowserProcessImpl::io_thread() { in io_thread() 727 scoped_ptr<IOThread> thread(new IOThread( in CreateIOThread()
|
D | browsing_data_remover.cc | 349 void BrowsingDataRemover::ClearNetworkingHistory(IOThread* io_thread) { in ClearNetworkingHistory()
|
/external/chromium/net/proxy/ |
D | sync_host_resolver_bridge_unittest.cc | 145 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/ |
D | devtools_netlog_observer.h | 18 class IOThread; variable 57 static void Attach(IOThread* thread);
|
D | devtools_manager.h | 25 class IOThread; variable
|
D | devtools_netlog_observer.cc | 218 void DevToolsNetLogObserver::Attach(IOThread* io_thread) { in Attach()
|
/external/chromium/chrome/browser/net/ |
D | chrome_url_request_context.h | 30 class IOThread; variable 270 IOThread* const io_thread_;
|
/external/chromium/chrome/browser/profiles/ |
D | profile_io_data.h | 31 class IOThread; variable 103 IOThread* io_thread;
|
D | off_the_record_profile_io_data.cc | 124 IOThread* const io_thread = profile_params->io_thread; in LazyInitializeInternal() 125 IOThread::Globals* const io_thread_globals = io_thread->globals(); in LazyInitializeInternal()
|
D | profile_io_data.cc | 277 IOThread* const io_thread = profile_params_->io_thread; in LazyInitialize() 278 IOThread::Globals* const io_thread_globals = io_thread->globals(); in LazyInitialize()
|
D | profile_impl_io_data.cc | 170 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/ |
D | net_internals_ui.cc | 246 IOThread* io_thread, 345 IOThread* io_thread_; 671 IOThread* io_thread, in IOThreadImpl()
|