/external/chromium_org/chrome/test/base/ |
testing_browser_process.h | 60 virtual IOThread* io_thread() OVERRIDE; 127 void SetIOThread(IOThread* io_thread);
|
/external/chromium_org/webkit/browser/quota/ |
mock_quota_manager.cc | 40 base::SingleThreadTaskRunner* io_thread, 43 : QuotaManager(is_incognito, profile_path, io_thread, db_thread,
|
/external/chromium_org/chrome/browser/net/ |
load_time_stats.cc | 13 #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())));
|
dns_probe_browsertest.cc | 16 #include "chrome/browser/io_thread.h" 317 void SetUpOnIOThread(IOThread* io_thread); 342 void DnsProbeBrowserTestIOThreadHelper::SetUpOnIOThread(IOThread* io_thread) { 344 CHECK(io_thread); 350 io_thread_ = io_thread; 502 g_browser_process->io_thread())); [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_updater_unittest.cc | 370 BrowserThread io_thread(BrowserThread::IO); 371 io_thread.Start(); 439 BrowserThread io_thread(BrowserThread::IO); 440 io_thread.Start(); 627 BrowserThread io_thread(BrowserThread::IO); 628 io_thread.Start(); 684 io_thread.Stop(); 700 BrowserThread io_thread(BrowserThread::IO); 701 io_thread.Start(); 770 BrowserThread io_thread(BrowserThread::IO) [all...] |
/external/qemu/ |
cpus.c | 273 static QemuThread io_thread; 303 qemu_thread_self(&io_thread); 565 if (!qemu_thread_equal(&me, &io_thread)) {
|
/external/chromium/chrome/browser/ |
browsing_data_remover.cc | 17 #include "chrome/browser/io_thread.h" 136 g_browser_process->io_thread())); 349 void BrowsingDataRemover::ClearNetworkingHistory(IOThread* io_thread) { 353 io_thread->ClearNetworkingHistory();
|
gpu_process_host_ui_shim.cc | 15 #include "chrome/browser/io_thread.h" 123 g_browser_process->io_thread()->message_loop(),
|
io_thread.cc | 5 #include "chrome/browser/io_thread.h" 246 explicit SystemURLRequestContextGetter(IOThread* io_thread); 261 IOThread* io_thread) 262 : io_thread_(io_thread), 263 io_message_loop_proxy_(io_thread->message_loop_proxy()) {
|
browser_process_impl.cc | 34 #include "chrome/browser/io_thread.h" 311 io_thread()->message_loop()->PostTask( 375 IOThread* BrowserProcessImpl::io_thread() { function in class:BrowserProcessImpl 470 return io_thread()->system_url_request_context_getter(); 714 // invoke the io_thread() accessor. [all...] |
browser_process_impl.h | 52 virtual IOThread* io_thread();
|
browsing_data_remover.h | 130 void ClearNetworkingHistory(IOThread* io_thread);
|
/external/chromium_org/chrome/service/cloud_print/ |
print_system_xps_win.cc | 317 g_service_process->io_thread()->message_loop_proxy()->PostTask( 330 DCHECK(g_service_process->io_thread()->message_loop_proxy()-> 450 g_service_process->io_thread()->message_loop_proxy()->PostTask( 461 DCHECK(g_service_process->io_thread()->message_loop_proxy()->
|
cloud_print_proxy.cc | 28 DCHECK(g_service_process->io_thread()->message_loop_proxy()-> 200 g_service_process->io_thread()->message_loop_proxy()->PostTask(
|
/external/chromium_org/chrome/service/ |
service_ipc_server.cc | 33 g_service_process->io_thread()->message_loop_proxy().get(),
|
/external/chromium/chrome/browser/prefs/ |
pref_member_unittest.cc | 281 BrowserThread io_thread(BrowserThread::IO); 282 ASSERT_TRUE(io_thread.Start());
|
/external/chromium_org/webkit/browser/appcache/ |
appcache_storage_impl_unittest.cc | 169 scoped_ptr<IOThread> io_thread; member in namespace:appcache::__anon15348 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->message_loop()) [all...] |
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_service.h | 138 // Called on the main thread to let us know that the io_thread is going away. 286 // Called to initialize objects that are used on the io_thread. 291 // Called to shutdown operations on the io_thread.
|
/external/chromium_org/chrome/browser/metrics/variations/ |
variations_service_unittest.cc | 335 content::TestBrowserThread io_thread(content::BrowserThread::IO, 367 content::TestBrowserThread io_thread(content::BrowserThread::IO, 388 content::TestBrowserThread io_thread(content::BrowserThread::IO,
|
/external/chromium_org/chrome/browser/safe_browsing/ |
database_manager.h | 204 // Called to initialize objects that are used on the io_thread. This may be 209 // Called to stop or shutdown operations on the io_thread. This may be called 246 // Called to stop operations on the io_thread. This may be called multiple
|
/external/chromium_org/rlz/lib/ |
rlz_lib_test.cc | 443 base::Thread io_thread("rlz_unittest_io_thread"); 444 ASSERT_TRUE(io_thread.StartWithOptions(options)); 448 io_thread.message_loop()->message_loop_proxy()); 496 base::Thread io_thread("rlz_unittest_io_thread"); 497 ASSERT_TRUE(io_thread.StartWithOptions(options)); 501 io_thread.message_loop()->message_loop_proxy()); [all...] |
/external/chromium/chrome/browser/debugger/ |
devtools_manager.cc | 15 #include "chrome/browser/io_thread.h" 413 g_browser_process->io_thread()));
|
/external/chromium/chrome/browser/download/ |
save_file_manager.h | 28 // io_thread 45 // | io_thread (stops net IO
|
/external/chromium_org/content/browser/download/ |
save_file_manager.h | 28 // io_thread 45 // | io_thread (stops net IO
|
/external/chromium/chrome/browser/net/ |
predictor_api.cc | 18 #include "chrome/browser/io_thread.h" 138 g_browser_process->io_thread()->ChangedToOnTheRecord(); 425 g_browser_process->io_thread()->InitNetworkPredictor( 446 g_predictor = NULL; // Owned and released by io_thread.cc.
|