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

12

/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.cc42 // Needed by IOThread constructor.
48 new IOThread(TestingBrowserProcess::GetGlobal()->local_state(),
64 // Remove all the local IOThread state.
84 io_thread_state_->SetGlobalsForTesting(new IOThread::Globals());
H A Dtesting_browser_process.h23 class IOThread;
66 virtual IOThread* io_thread() OVERRIDE;
134 void SetIOThread(IOThread* io_thread);
177 IOThread* io_thread_;
H A Dtesting_browser_process.cc113 IOThread* TestingBrowserProcess::io_thread() {
413 void TestingBrowserProcess::SetIOThread(IOThread* io_thread) {
/external/chromium_org/chrome/browser/metrics/
H A Dnetwork_stats_uploader.cc29 IOThread* io_thread = g_browser_process->io_thread();
/external/chromium_org/chrome/browser/
H A Dio_thread.cc114 // The IOThread object must outlive any tasks posted to the IO thread before the
155 TRACE_EVENT0("startup", "IOThread::CreateGlobalHostResolver");
221 // See IOThread::Globals for details.
223 ConstructProxyScriptFetcherContext(IOThread::Globals* globals,
253 ConstructSystemRequestContext(IOThread::Globals* globals,
291 class IOThread::LoggingNetworkChangeObserver
351 explicit SystemURLRequestContextGetter(IOThread* io_thread);
362 IOThread* const io_thread_; // Weak pointer, owned by BrowserProcess.
369 IOThread* io_thread)
389 IOThread
414 IOThread::IOThread( function in class:IOThread
[all...]
H A Dio_thread.h78 class IOThread : public content::BrowserThreadDelegate { class in inherits:content::BrowserThreadDelegate
191 // |net_log| must either outlive the IOThread or be NULL.
192 IOThread(PrefService* local_state,
197 virtual ~IOThread();
204 // Allows overriding Globals in tests where IOThread::Init() and
205 // IOThread::CleanUp() are not called. This allows for injecting mocks into
206 // IOThread global objects.
322 // threads during shutdown, but is used most frequently on the IOThread.
326 // extensions from the IOThread.
330 // to the IOThread
[all...]
H A Dbrowser_process.h29 class IOThread;
144 virtual IOThread* io_thread() = 0;
H A Dbrowser_process_impl.h83 virtual IOThread* io_thread() OVERRIDE;
168 scoped_ptr<IOThread> io_thread_;
H A Dbrowser_process_impl.cc308 // IOThread object being NULL is considered synonymous with the
451 IOThread* BrowserProcessImpl::io_thread() {
886 io_thread_.reset(new IOThread(local_state(), policy_service(), net_log_.get(),
/external/chromium_org/chrome/browser/net/
H A Dchrome_url_request_context.h17 class IOThread;
H A Dpredictor.h38 class IOThread;
142 IOThread* io_thread,
223 IOThread* io_thread,
616 IOThread* io_thread,
H A Ddns_probe_browsertest.cc316 void SetUpOnIOThread(IOThread* io_thread);
327 IOThread* io_thread_;
341 void DnsProbeBrowserTestIOThreadHelper::SetUpOnIOThread(IOThread* io_thread) {
353 IOThread::Globals* globals = io_thread_->globals();
370 IOThread::Globals* globals = io_thread_->globals();
H A Dnet_error_tab_helper.cc61 IOThread* io_thread) {
H A Dnetwork_stats.h379 IOThread* io_thread);
H A Dpredictor.cc311 IOThread* io_thread,
810 IOThread* io_thread,
1463 IOThread* io_thread,
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_io_data.cc190 IOThread* const io_thread = profile_params->io_thread;
191 IOThread::Globals* const io_thread_globals = io_thread->globals();
278 IOThread* const io_thread = profile_params->io_thread;
279 IOThread::Globals* const io_thread_globals = io_thread->globals();
H A Dprofile_impl_io_data.cc193 IOThread* io_thread) const {
398 IOThread* const io_thread = profile_params->io_thread;
399 IOThread::Globals* const io_thread_globals = io_thread->globals();
571 IOThread* const io_thread = profile_params->io_thread;
572 IOThread::Globals* const io_thread_globals = io_thread->globals();
H A Dprofile_impl_io_data.h72 IOThread* io_thread) const;
H A Dprofile_io_data.cc931 IOThread* const io_thread = profile_params_->io_thread;
932 IOThread::Globals* const io_thread_globals = io_thread->globals();
1157 IOThread* const io_thread = profile_params->io_thread;
H A Dprofile_io_data.h285 IOThread* io_thread;
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover.h27 class IOThread;
294 void ClearHostnameResolutionCacheOnIOThread(IOThread* io_thread);
/external/chromium_org/chrome/browser/chromeos/login/
H A Dlogin_utils_browsertest.cc238 // IOThread creates ProxyConfigServiceImpl and
241 // IOThread and before calling BrowserPolicyConnector::Init().
254 io_thread_state_.reset(new IOThread(local_state_.Get(),
495 scoped_ptr<IOThread> io_thread_state_;
/external/chromium_org/chrome/browser/prefs/
H A Dbrowser_prefs.cc245 IOThread::RegisterPrefs(registry);
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dgaia_screen_handler.cc89 void ClearDnsCache(IOThread* io_thread) {

Completed in 454 milliseconds

12