Searched refs:io_thread (Results 76 - 100 of 105) sorted by relevance

12345

/external/chromium_org/chrome/browser/net/
H A Dnetwork_stats.cc846 IOThread* io_thread) {
856 base::Bind(&CollectNetworkStats, network_stats_server, io_thread));
915 net::HostResolver* host_resolver = io_thread->globals()->host_resolver.get();
923 io_thread->globals()->system_proxy_service.get();
845 CollectNetworkStats(const std::string& network_stats_server, IOThread* io_thread) argument
H A Dpredictor.cc27 #include "chrome/browser/io_thread.h"
305 IOThread* io_thread,
346 io_thread, predictor_enabled));
803 IOThread* io_thread,
809 host_resolver_ = io_thread->globals()->host_resolver.get();
1421 IOThread* io_thread,
303 InitNetworkPredictor(PrefService* user_prefs, PrefService* local_state, IOThread* io_thread, net::URLRequestContextGetter* getter) argument
800 FinalizeInitializationOnIOThread( const UrlList& startup_urls, base::ListValue* referral_list, IOThread* io_thread, bool predictor_enabled) argument
1418 InitNetworkPredictor( PrefService* user_prefs, PrefService* local_state, IOThread* io_thread, net::URLRequestContextGetter* getter) argument
/external/chromium_org/chrome/browser/ui/webui/net_internals/
H A Dnet_internals_ui.cc38 #include "chrome/browser/io_thread.h"
483 // on the IO thread. |io_thread| is the global IOThread (it is passed in as
487 IOThread* io_thread,
496 scoped_refptr<IOThreadImpl> io_thread,
640 proxy_ = new IOThreadImpl(this->AsWeakPtr(), g_browser_process->io_thread(),
973 IOThread* io_thread,
976 io_thread_(io_thread),
995 scoped_refptr<IOThreadImpl> io_thread,
1006 base::Bind(method, io_thread, base::Owned(list_copy)));
971 IOThreadImpl( const base::WeakPtr<NetInternalsMessageHandler>& handler, IOThread* io_thread, net::URLRequestContextGetter* main_context_getter) argument
993 CallbackHelper( MessageHandler method, scoped_refptr<IOThreadImpl> io_thread, const ListValue* list) argument
/external/chromium_org/chrome/browser/metrics/
H A Dmetrics_service.cc190 #include "chrome/browser/io_thread.h"
1726 IOThread* io_thread = g_browser_process->io_thread(); local
1727 if (server_is_healthy && io_thread) {
1728 chrome_browser_net::CollectNetworkStats(network_stats_server_, io_thread);
1730 http_pipelining_test_server_, io_thread);
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_index.cc138 SimpleIndex::SimpleIndex(base::SingleThreadTaskRunner* io_thread, argument
151 io_thread_(io_thread),
/external/chromium/chrome/browser/net/
H A Dchrome_url_request_context.cc10 #include "chrome/browser/io_thread.h"
120 : io_thread_(g_browser_process->io_thread()),
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_unittest.cc59 BrowserThread io_thread(BrowserThread::IO, MessageLoop::current());
H A Dprofile_sync_service_session_unittest.cc99 BrowserThread io_thread(BrowserThread::IO, MessageLoop::current());
H A Dprofile_sync_service_preference_unittest.cc67 BrowserThread io_thread(BrowserThread::IO, MessageLoop::current());
H A Dprofile_sync_service_typed_url_unittest.cc155 BrowserThread io_thread(BrowserThread::IO, MessageLoop::current());
H A Dprofile_sync_service_password_unittest.cc179 BrowserThread io_thread(BrowserThread::IO, MessageLoop::current());
/external/chromium/chrome/browser/ui/webui/
H A Dnet_internals_ui.cc25 #include "chrome/browser/io_thread.h"
242 // on the IO thread. |io_thread| is the global IOThread (it is passed in as
246 IOThread* io_thread,
483 proxy_ = new IOThreadImpl(this->AsWeakPtr(), g_browser_process->io_thread(),
671 IOThread* io_thread,
675 io_thread_(io_thread),
669 IOThreadImpl( const base::WeakPtr<NetInternalsMessageHandler>& handler, IOThread* io_thread, net::URLRequestContextGetter* context_getter) argument
/external/chromium_org/chrome/browser/
H A Djankometer.cc423 DCHECK((!g_browser_process) || !(g_browser_process->io_thread()));
H A Dbrowser_process_impl.cc45 #include "chrome/browser/io_thread.h"
438 IOThread* BrowserProcessImpl::io_thread() { function in class:BrowserProcessImpl
468 return io_thread()->system_url_request_context_getter();
800 io_thread()->system_url_request_context_getter());
H A Dio_thread.cc5 #include "chrome/browser/io_thread.h"
335 explicit SystemURLRequestContextGetter(IOThread* io_thread);
353 IOThread* io_thread)
354 : io_thread_(io_thread),
352 SystemURLRequestContextGetter( IOThread* io_thread) argument
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_impl.cc29 #include "chrome/browser/io_thread.h"
168 g_browser_process->io_thread()->ChangedToOnTheRecord();
H A Dprofile_io_data.h19 #include "chrome/browser/io_thread.h"
265 IOThread* io_thread; member in struct:ProfileIOData::ProfileParams
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dsignin_screen_handler.cc38 #include "chrome/browser/io_thread.h"
100 void ClearDnsCache(IOThread* io_thread) { argument
105 io_thread->ClearHostCache();
1531 if (dns_clear_task_running_ || !g_browser_process->io_thread())
1537 base::Bind(&ClearDnsCache, g_browser_process->io_thread()),
/external/chromium_org/webkit/browser/quota/
H A Dquota_manager.cc809 base::SingleThreadTaskRunner* io_thread,
815 this, io_thread)),
818 io_thread_(io_thread),
1727 QuotaManager* manager, base::SingleThreadTaskRunner* io_thread)
1728 : manager_(manager), io_thread_(io_thread) {
807 QuotaManager(bool is_incognito, const base::FilePath& profile_path, base::SingleThreadTaskRunner* io_thread, base::SequencedTaskRunner* db_thread, SpecialStoragePolicy* special_storage_policy) argument
1726 QuotaManagerProxy( QuotaManager* manager, base::SingleThreadTaskRunner* io_thread) argument
/external/chromium_org/win8/metro_driver/
H A Dchrome_app_view_ash.cc610 base::Thread io_thread("metro_IO_thread");
613 io_thread.StartWithOptions(options);
624 io_thread.message_loop_proxy());
/external/chromium/chrome/browser/debugger/
H A Ddevtools_manager.cc15 #include "chrome/browser/io_thread.h"
413 g_browser_process->io_thread()));
/external/chromium/chrome/browser/download/
H A Ddownload_manager_unittest.cc296 BrowserThread io_thread(BrowserThread::IO, &message_loop_);
/external/chromium/chrome/browser/
H A Dprocess_singleton_linux.cc82 #include "chrome/browser/io_thread.h"
975 MessageLoop* ml = g_browser_process->io_thread()->message_loop();
/external/chromium_org/chrome/browser/extensions/
H A Dextension_special_storage_policy_unittest.cc351 content::TestBrowserThread io_thread(BrowserThread::IO, &message_loop);
/external/chromium/chrome/browser/automation/
H A Dautomation_provider.cc59 #include "chrome/browser/io_thread.h"
169 g_browser_process->io_thread()->message_loop(),

Completed in 1807 milliseconds

12345