Searched defs:io_thread (Results 26 - 41 of 41) sorted by relevance

12

/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover.cc31 #include "chrome/browser/io_thread.h"
289 if (g_browser_process->io_thread()) {
296 g_browser_process->io_thread()));
749 IOThread* io_thread) {
752 io_thread->ClearHostCache();
748 ClearHostnameResolutionCacheOnIOThread( IOThread* io_thread) argument
/external/chromium_org/chrome/browser/
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/net/
H A Ddns_probe_browsertest.cc16 #include "chrome/browser/io_thread.h"
317 void SetUpOnIOThread(IOThread* io_thread);
342 void DnsProbeBrowserTestIOThreadHelper::SetUpOnIOThread(IOThread* io_thread) { argument
344 CHECK(io_thread);
350 io_thread_ = io_thread;
502 g_browser_process->io_thread()));
H A Dhttp_pipelining_compatibility_client.cc12 #include "chrome/browser/io_thread.h"
444 void DeleteClient(IOThread* io_thread, int /* rv */) { argument
446 io_thread->globals()->http_pipelining_compatibility_client.reset();
451 IOThread* io_thread) {
455 io_thread->globals()->system_request_context.get();
518 base::Bind(&DeleteClient, io_thread),
520 io_thread->globals()->http_pipelining_compatibility_client.reset(client);
526 const std::string& pipeline_test_server, IOThread* io_thread) {
536 io_thread));
449 CollectPipeliningCapabilityStatsOnIOThread( const std::string& pipeline_test_server, IOThread* io_thread) argument
525 CollectPipeliningCapabilityStatsOnUIThread( const std::string& pipeline_test_server, IOThread* io_thread) argument
H A Dload_time_stats.cc13 #include "chrome/browser/io_thread.h"
43 IOThread* io_thread) {
45 if (io_thread)
46 io_thread->globals()->load_time_stats->OnTabEvent(render_view_id, event);
301 base::Unretained(g_browser_process->io_thread())));
40 CallLoadTimeStatsTabEventOnIOThread( std::pair<int, int> render_view_id, chrome_browser_net::LoadTimeStats::TabEvent event, IOThread* io_thread) argument
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/profiles/
H A Dprofile_impl_io_data.cc23 #include "chrome/browser/io_thread.h"
216 IOThread* io_thread) const {
226 io_thread,
386 IOThread* const io_thread = profile_params->io_thread; local
387 IOThread::Globals* const io_thread_globals = io_thread->globals();
404 main_context->set_net_log(io_thread->net_log());
528 IOThread* const io_thread = profile_params->io_thread; local
529 IOThread::Globals* const io_thread_globals = io_thread
[all...]
H A Dprofile_io_data.h19 #include "chrome/browser/io_thread.h"
265 IOThread* io_thread; member in struct:ProfileIOData::ProfileParams
H A Dprofile_io_data.cc36 #include "chrome/browser/io_thread.h"
370 params->io_thread = g_browser_process->io_thread();
554 : io_thread(NULL),
953 IOThread* const io_thread = profile_params_->io_thread; local
954 IOThread::Globals* const io_thread_globals = io_thread->globals();
992 io_thread->net_log(),
1165 IOThread* const io_thread = profile_params->io_thread; local
[all...]
/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/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/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/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/webkit/browser/appcache/
H A Dappcache_storage_impl_unittest.cc169 scoped_ptr<IOThread> io_thread; member in namespace:appcache::__anon15665
257 io_thread->message_loop_proxy().get(),
349 // Helper callback to run a test on our io_thread. The io_thread is spun up
372 io_thread.reset(new IOThread("AppCacheTest.IOThread"));
373 ASSERT_TRUE(io_thread->StartWithOptions(options));
379 io_thread.reset(NULL);
391 io_thread->message_loop()->PostTask(
398 DCHECK(base::MessageLoop::current() == io_thread->message_loop());
408 DCHECK(base::MessageLoop::current() == io_thread
[all...]
/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

Completed in 443 milliseconds

12