/external/chromium/chrome/browser/policy/ |
device_management_service.cc | 7 #include "chrome/browser/io_thread.h"
|
/external/chromium_org/chrome/browser/ |
browser_process.h | 127 virtual IOThread* io_thread() = 0;
|
browser_process_impl.cc | 45 #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()); [all...] |
browser_process_impl.h | 76 virtual IOThread* io_thread() OVERRIDE;
|
/external/chromium_org/chrome/browser/net/ |
http_pipelining_compatibility_client.h | 154 const std::string& pipeline_test_server, IOThread* io_thread);
|
proxy_service_factory.cc | 11 #include "chrome/browser/io_thread.h"
|
network_stats.h | 15 #include "chrome/browser/io_thread.h" 378 IOThread* io_thread);
|
chrome_url_request_context.cc | 12 #include "chrome/browser/io_thread.h"
|
network_stats.cc | 846 IOThread* io_thread) { 856 base::Bind(&CollectNetworkStats, network_stats_server, io_thread)); [all...] |
/external/chromium_org/chrome/browser/profiles/ |
profile_impl_io_data.h | 60 IOThread* io_thread) const;
|
off_the_record_profile_impl.cc | 29 #include "chrome/browser/io_thread.h" 168 g_browser_process->io_thread()->ChangedToOnTheRecord();
|
profile_io_data.h | 19 #include "chrome/browser/io_thread.h" 265 IOThread* io_thread; member in struct:ProfileIOData::ProfileParams
|
/external/chromium_org/chrome/browser/safe_browsing/ |
ui_manager.h | 81 // Called to stop or shutdown operations on the io_thread. This may be called
|
/external/chromium_org/net/disk_cache/simple/ |
simple_index.h | 80 SimpleIndex(base::SingleThreadTaskRunner* io_thread,
|
simple_index.cc | 138 SimpleIndex::SimpleIndex(base::SingleThreadTaskRunner* io_thread, 151 io_thread_(io_thread),
|
/external/chromium_org/webkit/browser/quota/ |
mock_quota_manager.h | 35 base::SingleThreadTaskRunner* io_thread,
|
quota_manager.h | 118 base::SingleThreadTaskRunner* io_thread, 474 base::SingleThreadTaskRunner* io_thread);
|
/external/chromium_org/chrome/browser/browsing_data/ |
browsing_data_remover.cc | 31 #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(); [all...] |
/external/chromium_org/chrome/browser/ui/webui/net_internals/ |
net_internals_ui.cc | 38 #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(), [all...] |
/external/chromium/chrome/browser/ui/webui/ |
net_internals_ui.cc | 25 #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), [all...] |
/external/chromium/chrome/browser/net/ |
chrome_url_request_context.cc | 10 #include "chrome/browser/io_thread.h" 120 : io_thread_(g_browser_process->io_thread()),
|
/external/chromium/chrome/browser/ |
browser_process.h | 117 virtual IOThread* io_thread() = 0;
|
/external/chromium/chrome/browser/profiles/ |
profile_io_data.h | 103 IOThread* io_thread; member in struct:ProfileIOData::ProfileParams
|
/external/chromium/chrome/browser/sync/ |
profile_sync_service_startup_unittest.cc | 71 BrowserThread io_thread(BrowserThread::IO, MessageLoop::current());
|
/external/chromium_org/mojo/system/ |
multiprocess_message_pipe_unittest.cc | 35 IOThreadWrapper() : io_thread_("io_thread") {}
|