Searched refs:IOThread (Results 1 - 25 of 56) sorted by relevance

123

/external/chromium_org/chrome/test/base/
H A Dtesting_io_thread_state.h11 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_;
H A Dtesting_io_thread_state.cc44 // 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());
H A Dtesting_browser_process.h23 class IOThread;
60 virtual IOThread* io_thread() OVERRIDE;
127 void SetIOThread(IOThread* io_thread);
173 IOThread* io_thread_;
/external/chromium_org/chrome/browser/extensions/api/dns/
H A Ddns_api.h16 class IOThread;
45 IOThread* io_thread_;
/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...]
H A Dbrowsing_data_remover.h20 class IOThread;
130 void ClearNetworkingHistory(IOThread* io_thread);
H A Dbrowser_process.h35 class IOThread;
117 virtual IOThread* io_thread() = 0;
/external/chromium_org/chrome/browser/
H A Dio_thread.cc109 // 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
399 IOThread::IOThread( function in class:IOThread
[all...]
H A Dio_thread.h77 class IOThread : public content::BrowserThreadDelegate { class in inherits: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
[all...]
H A Dbrowser_process.h32 class IOThread;
127 virtual IOThread* io_thread() = 0;
/external/chromium/net/proxy/
H A Dsync_host_resolver_bridge_unittest.cc145 class IOThread : public base::Thread { class in namespace:net::__anon3193
147 IOThread() : base::Thread("IO-thread") {} function in class:net::__anon3193::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
/external/chromium/chrome/browser/debugger/
H A Ddevtools_netlog_observer.h18 class IOThread;
57 static void Attach(IOThread* thread);
/external/chromium_org/chrome/browser/network_time/
H A Dnetwork_time_tracker.cc30 IOThread* io_thread,
46 void UpdateNetworkNotifierOnIOThread(IOThread* io_thread,
56 void UpdateNetworkNotifier(IOThread* io_thread,
H A Dnetwork_time_tracker.h14 class IOThread;
/external/chromium_org/chrome/browser/net/
H A Dhttp_pipelining_compatibility_client.h17 class IOThread;
154 const std::string& pipeline_test_server, IOThread* io_thread);
H A Dchrome_url_request_context.h17 class IOThread;
H A Dpredictor.h38 class IOThread;
120 IOThread* io_thread,
201 IOThread* io_thread,
572 IOThread* io_thread,
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_io_data.cc167 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 {
H A Dprofile_impl_io_data.h60 IOThread* io_thread) const;
176 IOThread::Globals* io_thread_globals) const OVERRIDE;
H A Dprofile_impl_io_data.cc216 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 {
H A Doff_the_record_profile_io_data.h135 IOThread::Globals* io_thread_globals) const OVERRIDE;
/external/chromium/chrome/browser/net/
H A Dchrome_url_request_context.h30 class IOThread;
270 IOThread* const io_thread_;
/external/chromium/chrome/browser/profiles/
H A Dprofile_io_data.h31 class IOThread;
103 IOThread* io_thread;
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover.h27 class IOThread;
252 void ClearHostnameResolutionCacheOnIOThread(IOThread* io_thread);

Completed in 324 milliseconds

123