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

1 2 3

  /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;
53 virtual IOThread* io_thread() OVERRIDE;
121 void SetIOThread(IOThread* io_thread);
162 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;
46 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 96 // The IOThread object must outlive any tasks posted to the IO thread before the
130 TRACE_EVENT0("startup", "IOThread::CreateGlobalHostResolver");
189 // See IOThread::Globals for details.
191 ConstructProxyScriptFetcherContext(IOThread::Globals* globals,
219 ConstructSystemRequestContext(IOThread::Globals* globals,
254 class IOThread::LoggingNetworkChangeObserver
314 explicit SystemURLRequestContextGetter(IOThread* io_thread);
325 IOThread* const io_thread_; // Weak pointer, owned by BrowserProcess.
332 IOThread* io_thread)
352 IOThread::Globals:
    [all...]
io_thread.h 75 class IOThread : public content::BrowserThreadDelegate {
177 // |net_log| must either outlive the IOThread or be NULL.
178 IOThread(PrefService* local_state,
183 virtual ~IOThread();
190 // Allows overriding Globals in tests where IOThread::Init() and
191 // IOThread::CleanUp() are not called. This allows for injecting mocks into
192 // IOThread global objects.
270 // threads during shutdown, but is used most frequently on the IOThread.
274 // extensions from the IOThread.
278 // to the IOThread. IOThread owns them all, despite not using scoped_ptr
    [all...]
browser_process.h 32 class IOThread;
130 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_org/chrome/browser/net/
network_time_tracker.h 14 class IOThread;
http_pipelining_compatibility_client.h 17 class IOThread;
154 const std::string& pipeline_test_server, IOThread* io_thread);
network_time_tracker.cc 30 IOThread* io_thread,
46 void UpdateNetworkNotifierOnIOThread(IOThread* io_thread,
56 void UpdateNetworkNotifier(IOThread* io_thread,
predictor.h 37 class IOThread;
119 IOThread* io_thread,
200 IOThread* io_thread,
547 IOThread* io_thread,
chrome_url_request_context.h 17 class IOThread;
dns_probe_browsertest.cc 132 void SetUpOnIOThread(IOThread* io_thread);
141 IOThread* io_thread_;
155 void DnsProbeBrowserTestIOThreadHelper::SetUpOnIOThread(IOThread* io_thread) {
167 IOThread::Globals* globals = io_thread_->globals();
188 IOThread::Globals* globals = io_thread_->globals();
  /external/chromium/chrome/browser/debugger/
devtools_netlog_observer.h 18 class IOThread;
57 static void Attach(IOThread* thread);
devtools_manager.h 25 class IOThread;
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_io_data.cc 168 IOThread* const io_thread = profile_params->io_thread;
169 IOThread::Globals* const io_thread_globals = io_thread->globals();
243 IOThread* const io_thread = profile_params->io_thread;
244 IOThread::Globals* const io_thread_globals = io_thread->globals();
359 IOThread::Globals* io_thread_globals) const {
profile_impl_io_data.h 60 IOThread* io_thread) const;
179 IOThread::Globals* io_thread_globals) const OVERRIDE;
profile_impl_io_data.cc 161 IOThread* io_thread) const {
331 IOThread* const io_thread = profile_params->io_thread;
332 IOThread::Globals* const io_thread_globals = io_thread->globals();
471 IOThread* const io_thread = profile_params->io_thread;
472 IOThread::Globals* const io_thread_globals = io_thread->globals();
693 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;

Completed in 676 milliseconds

1 2 3