| /external/chromium_org/chrome/browser/extensions/api/log_private/ |
| log_private_api.h | 98 void StartObservingNetEvents(IOThread* io_thread, 101 IOThread* io_thread,
|
| log_private_api_chromeos.cc | 23 #include "chrome/browser/io_thread.h" 176 g_browser_process->io_thread(), 287 IOThread* io_thread, 294 net_log_logger_->StartObserving(io_thread->net_log()); 299 IOThread* io_thread, 307 io_thread->net_log()->AddThreadSafeObserver( 323 io_thread,
|
| /external/chromium_org/chrome/test/base/ |
| testing_browser_process.h | 66 virtual IOThread* io_thread() OVERRIDE; 134 void SetIOThread(IOThread* io_thread);
|
| testing_browser_process.cc | 115 IOThread* TestingBrowserProcess::io_thread() { function in class:TestingBrowserProcess 415 void TestingBrowserProcess::SetIOThread(IOThread* io_thread) { 416 io_thread_ = io_thread;
|
| /external/chromium_org/content/browser/quota/ |
| mock_quota_manager.cc | 36 const scoped_refptr<base::SingleThreadTaskRunner>& io_thread, 41 io_thread,
|
| mock_quota_manager.h | 46 const scoped_refptr<base::SingleThreadTaskRunner>& io_thread,
|
| /external/chromium_org/storage/browser/quota/ |
| quota_manager_proxy.cc | 154 const scoped_refptr<base::SingleThreadTaskRunner>& io_thread) 155 : manager_(manager), io_thread_(io_thread) {
|
| /external/chromium_org/chrome/browser/ui/webui/ |
| theme_source_unittest.cc | 79 content::TestBrowserThread io_thread(BrowserThread::IO,
|
| /external/chromium_org/chrome/browser/profiles/ |
| profile_impl_io_data.cc | 22 #include "chrome/browser/io_thread.h" 204 IOThread* io_thread) const { 214 io_thread, 423 IOThread* const io_thread = profile_params->io_thread; local 424 IOThread::Globals* const io_thread_globals = io_thread->globals(); 466 main_context->set_net_log(io_thread->net_log()); 606 IOThread* const io_thread = profile_params->io_thread; local 607 IOThread::Globals* const io_thread_globals = io_thread->globals() [all...] |
| profile_io_data.cc | 34 #include "chrome/browser/io_thread.h" 356 params->io_thread = g_browser_process->io_thread(); 576 : io_thread(NULL), 996 IOThread* const io_thread = profile_params_->io_thread; local 1251 IOThread* const io_thread = profile_params->io_thread; local [all...] |
| /external/chromium_org/components/gcm_driver/ |
| gcm_driver_desktop.cc | 32 const scoped_refptr<base::SequencedTaskRunner>& io_thread); 100 const scoped_refptr<base::SequencedTaskRunner>& io_thread) 102 io_thread_(io_thread) { 343 const scoped_refptr<base::SequencedTaskRunner>& io_thread, 356 io_thread_(io_thread), 362 io_worker_.reset(new IOWorker(ui_thread, io_thread));
|
| fake_gcm_client.h | 34 const scoped_refptr<base::SequencedTaskRunner>& io_thread);
|
| fake_gcm_client.cc | 23 const scoped_refptr<base::SequencedTaskRunner>& io_thread) 29 io_thread_(io_thread),
|
| /external/chromium_org/chrome/browser/metrics/variations/ |
| variations_service_unittest.cc | 302 content::TestBrowserThread io_thread(content::BrowserThread::IO, 332 content::TestBrowserThread io_thread(content::BrowserThread::IO, 353 content::TestBrowserThread io_thread(content::BrowserThread::IO,
|
| /external/chromium_org/chrome/browser/net/ |
| predictor.h | 136 IOThread* io_thread, 218 IOThread* io_thread, 611 IOThread* io_thread,
|
| dns_probe_browsertest.cc | 15 #include "chrome/browser/io_thread.h" 321 void SetUpOnIOThread(IOThread* io_thread); 346 void DnsProbeBrowserTestIOThreadHelper::SetUpOnIOThread(IOThread* io_thread) { 348 CHECK(io_thread); 354 io_thread_ = io_thread; 512 g_browser_process->io_thread())); [all...] |
| network_stats.h | 15 #include "chrome/browser/io_thread.h" 379 IOThread* io_thread);
|
| /external/chromium_org/net/test/embedded_test_server/ |
| embedded_test_server_unittest.cc | 49 io_thread_("io_thread") { 265 base::Thread io_thread("io_thread"); 268 ASSERT_TRUE(io_thread.StartWithOptions(thread_options)); 269 io_thread_runner = io_thread.message_loop_proxy();
|
| /external/chromium_org/chrome/browser/ |
| browser_process.h | 147 virtual IOThread* io_thread() = 0;
|
| /external/chromium_org/chrome/service/ |
| service_ipc_server.cc | 33 g_service_process->io_thread()->message_loop_proxy().get(),
|
| /external/chromium_org/net/disk_cache/simple/ |
| simple_index.h | 80 SimpleIndex(const scoped_refptr<base::SingleThreadTaskRunner>& io_thread,
|
| /external/chromium_org/sync/tools/ |
| sync_client.cc | 312 base::Thread io_thread("IO thread"); 315 io_thread.StartWithOptions(options); 344 new MyTestURLRequestContextGetter(io_thread.message_loop_proxy()); 464 io_thread.Stop();
|
| /external/chromium_org/chrome/service/cloud_print/ |
| cloud_print_proxy.cc | 28 DCHECK(g_service_process->io_thread()->message_loop_proxy()-> 214 g_service_process->io_thread()->message_loop_proxy()->PostTask(
|
| /external/chromium_org/mojo/system/ |
| remote_message_pipe_unittest.cc | 96 base::TestIOThread* io_thread() { return &io_thread_; } function in class:mojo::system::__anon13488::RemoteMessagePipeTest 100 CHECK_EQ(base::MessageLoop::current(), io_thread()->message_loop()); 108 CHECK_EQ(base::MessageLoop::current(), io_thread()->message_loop()); 121 CHECK_EQ(base::MessageLoop::current(), io_thread()->message_loop()); 132 CHECK_EQ(base::MessageLoop::current(), io_thread()->message_loop()); 148 CHECK_EQ(base::MessageLoop::current(), io_thread()->message_loop()); 163 CHECK_EQ(base::MessageLoop::current(), io_thread()->message_loop()); [all...] |
| /external/chromium_org/chrome/browser/browsing_data/ |
| browsing_data_remover.h | 292 void ClearHostnameResolutionCacheOnIOThread(IOThread* io_thread);
|