/external/chromium/chrome/browser/search_engines/ |
template_url_scraper_unittest.cc | 78 g_browser_process->io_thread()->message_loop()));
|
/external/chromium/chrome/browser/sync/notifier/ |
non_blocking_invalidation_notifier_unittest.cc | 47 BrowserThread io_thread(BrowserThread::IO, MessageLoop::current());
|
/external/chromium_org/chrome/browser/browsing_data/ |
browsing_data_quota_helper_impl.h | 35 base::MessageLoopProxy* io_thread,
|
browsing_data_quota_helper_impl.cc | 59 base::MessageLoopProxy* io_thread, 61 : BrowsingDataQuotaHelper(io_thread), 65 io_thread_(io_thread),
|
/external/chromium_org/chrome/browser/search_engines/ |
template_url_scraper_unittest.cc | 70 g_browser_process->io_thread()->message_loop()));
|
/external/chromium/net/proxy/ |
sync_host_resolver_bridge_unittest.cc | 217 IOThread io_thread; local 220 ASSERT_TRUE(io_thread.StartWithOptions(options)); 222 io_thread.async_resolver()->WaitUntilRequestIsReceived();
|
/external/chromium_org/chrome/browser/net/ |
chrome_fraudulent_certificate_reporter_unittest.cc | 192 content::TestBrowserThread io_thread(BrowserThread::IO, &loop); 199 content::TestBrowserThread io_thread(BrowserThread::IO, &loop); 206 content::TestBrowserThread io_thread(BrowserThread::IO, &loop);
|
/external/chromium_org/chrome/browser/safe_browsing/ |
safe_browsing_service.h | 75 // Called on the main thread to let us know that the io_thread is going away. 132 // Called to initialize objects that are used on the io_thread. This may be 137 // Called to stop or shutdown operations on the io_thread. This may be called
|
/external/chromium_org/chrome/browser/profiles/ |
profile_impl_io_data.cc | 23 #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->globals() [all...] |
profile_io_data.cc | 36 #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 1165 IOThread* const io_thread = profile_params->io_thread; local [all...] |
/external/chromium/chrome/browser/debugger/ |
devtools_netlog_observer.cc | 9 #include "chrome/browser/io_thread.h" 218 void DevToolsNetLogObserver::Attach(IOThread* io_thread) { 222 instance_ = new DevToolsNetLogObserver(io_thread->net_log());
|
/external/chromium_org/chrome/test/base/ |
testing_browser_process.cc | 104 IOThread* TestingBrowserProcess::io_thread() { function in class:TestingBrowserProcess 420 void TestingBrowserProcess::SetIOThread(IOThread* io_thread) { 421 io_thread_ = io_thread;
|
testing_io_thread_state.cc | 11 #include "chrome/browser/io_thread.h"
|
/external/chromium_org/ppapi/proxy/ |
plugin_main_nacl.cc | 270 base::Thread io_thread("Chrome_NaClIOThread"); 273 io_thread.StartWithOptions(options); 284 PpapiDispatcher ppapi_dispatcher(io_thread.message_loop_proxy());
|
/external/chromium/chrome/browser/service/ |
service_process_control.cc | 14 #include "chrome/browser/io_thread.h" 47 base::Thread* io_thread = g_browser_process->io_thread(); local 53 io_thread->message_loop(), true,
|
/external/chromium/chrome/browser/ui/webui/ |
shared_resources_data_source.cc | 11 #include "chrome/browser/io_thread.h"
|
theme_source_unittest.cc | 79 BrowserThread io_thread(BrowserThread::IO, MessageLoop::current());
|
/external/chromium_org/chrome/browser/ui/webui/ |
theme_source_unittest.cc | 79 content::TestBrowserThread io_thread(BrowserThread::IO,
|
/external/chromium_org/sync/tools/ |
sync_client.cc | 237 base::Thread io_thread("IO thread"); 240 io_thread.StartWithOptions(options); 269 new MyTestURLRequestContextGetter(io_thread.message_loop_proxy()); 387 io_thread.Stop();
|
/external/chromium/chrome/browser/download/ |
download_file_manager.h | 17 // io_thread 29 // io_thread (stops net IO
|
/external/chromium/chrome/browser/sync/glue/ |
sync_backend_host_unittest.cc | 80 // Scoping for io_thread to get destroyed before other locals. 86 BrowserThread io_thread(BrowserThread::IO, MessageLoop::current());
|
/external/chromium/chrome/common/net/ |
test_url_fetcher_factory.h | 26 // // And io_thread to release URLRequestContextGetter in URLFetcher::Core. 27 // BrowserThread io_thread(BrowserThread::IO, &message_loop);
|
/external/chromium_org/chrome/browser/network_time/ |
network_time_tracker_unittest.cc | 50 io_thread(content::BrowserThread::IO, &message_loop_), 130 content::TestBrowserThread io_thread; member in class:NetworkTimeTrackerTest
|
/external/chromium_org/chrome/service/net/ |
service_url_request_context.cc | 148 g_service_process->io_thread()->message_loop_proxy()) { 156 g_service_process->io_thread()->message_loop_proxy().get(),
|
/external/chromium_org/chrome/service/ |
service_process.h | 49 // remove the io_thread() and file_thread() accessors and replace them with 59 base::Thread* io_thread() const { function in class:ServiceProcess
|