/external/chromium_org/chrome/test/base/ |
testing_io_thread_state.h | 11 class IOThread; 15 // Convenience class for creating an IOThread object in unittests. 25 IOThread* io_thread_state() { return io_thread_state_.get(); } 31 scoped_ptr<IOThread> io_thread_state_;
|
testing_browser_process.h | 23 class IOThread; 60 virtual IOThread* io_thread() OVERRIDE; 127 void SetIOThread(IOThread* io_thread); 173 IOThread* io_thread_;
|
testing_io_thread_state.cc | 44 // Needed by IOThread constructor. 50 new IOThread(TestingBrowserProcess::GetGlobal()->local_state(), 66 // Remove all the local IOThread state. 86 io_thread_state_->SetGlobalsForTesting(new IOThread::Globals());
|
/external/chromium_org/chrome/browser/extensions/api/dns/ |
dns_api.h | 16 class IOThread; 45 IOThread* io_thread_;
|
/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);
|
/external/chromium_org/chrome/browser/ |
io_thread.cc | 109 // The IOThread object must outlive any tasks posted to the IO thread before the 147 TRACE_EVENT0("startup", "IOThread::CreateGlobalHostResolver"); 206 // See IOThread::Globals for details. 208 ConstructProxyScriptFetcherContext(IOThread::Globals* globals, 238 ConstructSystemRequestContext(IOThread::Globals* globals, 275 class IOThread::LoggingNetworkChangeObserver 335 explicit SystemURLRequestContextGetter(IOThread* io_thread); 346 IOThread* const io_thread_; // Weak pointer, owned by BrowserProcess. 353 IOThread* io_thread) 373 IOThread::Globals: [all...] |
io_thread.h | 77 class IOThread : public content::BrowserThreadDelegate { 180 // |net_log| must either outlive the IOThread or be NULL. 181 IOThread(PrefService* local_state, 186 virtual ~IOThread(); 193 // Allows overriding Globals in tests where IOThread::Init() and 194 // IOThread::CleanUp() are not called. This allows for injecting mocks into 195 // IOThread global objects. 285 // threads during shutdown, but is used most frequently on the IOThread. 289 // extensions from the IOThread. 293 // to the IOThread. IOThread owns them all, despite not using scoped_ptr [all...] |
browser_process.h | 32 class IOThread; 127 virtual IOThread* io_thread() = 0;
|
/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);
|
/external/chromium_org/chrome/browser/net/ |
http_pipelining_compatibility_client.h | 17 class IOThread; 154 const std::string& pipeline_test_server, IOThread* io_thread);
|
chrome_url_request_context.h | 17 class IOThread;
|
predictor.h | 38 class IOThread; 120 IOThread* io_thread, 201 IOThread* io_thread, 572 IOThread* io_thread,
|
/external/chromium_org/chrome/browser/network_time/ |
network_time_tracker.cc | 30 IOThread* io_thread, 46 void UpdateNetworkNotifierOnIOThread(IOThread* io_thread, 56 void UpdateNetworkNotifier(IOThread* io_thread,
|
network_time_tracker.h | 14 class IOThread;
|
/external/chromium_org/chrome/browser/profiles/ |
off_the_record_profile_io_data.cc | 167 IOThread* const io_thread = profile_params->io_thread; 168 IOThread::Globals* const io_thread_globals = io_thread->globals(); 240 IOThread* const io_thread = profile_params->io_thread; 241 IOThread::Globals* const io_thread_globals = io_thread->globals(); 356 IOThread::Globals* io_thread_globals) const {
|
profile_impl_io_data.h | 60 IOThread* io_thread) const; 176 IOThread::Globals* io_thread_globals) const OVERRIDE;
|
off_the_record_profile_io_data.h | 135 IOThread::Globals* io_thread_globals) const OVERRIDE;
|
profile_impl_io_data.cc | 216 IOThread* io_thread) const { 386 IOThread* const io_thread = profile_params->io_thread; 387 IOThread::Globals* const io_thread_globals = io_thread->globals(); 528 IOThread* const io_thread = profile_params->io_thread; 529 IOThread::Globals* const io_thread_globals = io_thread->globals(); 739 IOThread::Globals* io_thread_globals) const {
|
/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;
|
/external/chromium_org/chrome/browser/browsing_data/ |
browsing_data_remover.h | 27 class IOThread; 252 void ClearHostnameResolutionCacheOnIOThread(IOThread* io_thread);
|