Searched refs:io_thread (Results 1 - 25 of 105) sorted by relevance

12345

/external/chromium/chrome/browser/
H A Duser_style_sheet_watcher_unittest.cc29 base::Thread io_thread("UserStyleSheetWatcherTestIOThread");
31 ASSERT_TRUE(io_thread.StartWithOptions(options));
34 io_thread.message_loop());
43 io_thread.Stop();
/external/valgrind/main/none/tests/
H A Dpth_cancel2.c74 pthread_t io_thread, killer_thread; local
82 pthread_create(&io_thread,
89 (void *)&io_thread);
91 pthread_join(io_thread, NULL);
/external/chromium_org/chrome/browser/network_time/
H A Dnetwork_time_tracker.cc9 #include "chrome/browser/io_thread.h"
30 IOThread* io_thread,
33 io_thread->globals()->network_time_notifier->AddObserver(observer_callback);
42 g_browser_process->io_thread(),
46 void UpdateNetworkNotifierOnIOThread(IOThread* io_thread, argument
52 io_thread->globals()->network_time_notifier->UpdateNetworkTime(
56 void UpdateNetworkNotifier(IOThread* io_thread, argument
64 io_thread,
147 g_browser_process->io_thread());
29 RegisterObserverOnIOThread( IOThread* io_thread, const net::NetworkTimeNotifier::ObserverCallback& observer_callback) argument
/external/chromium_org/remoting/host/setup/
H A Dme2me_native_messaging_host_main.cc42 base::Thread io_thread("io_thread");
43 io_thread.StartWithOptions(
69 new URLRequestContextGetter(io_thread.message_loop_proxy()));
77 CreatePairingRegistry(io_thread.message_loop_proxy());
H A Dstart_host.cc147 base::Thread io_thread("IO thread");
149 io_thread.StartWithOptions(io_thread_options);
152 new remoting::URLRequestContextGetter(io_thread.message_loop_proxy()));
177 io_thread.Stop();
/external/chromium/chrome/browser/sync/tools/
H A Dsync_listen_notifications.cc64 BrowserThread io_thread(BrowserThread::IO);
67 io_thread.StartWithOptions(options);
118 io_thread.Stop();
/external/chromium_org/ppapi/host/
H A Dresource_message_filter_unittest.cc96 // message of type |reply_msg_type|). |io_thread| is the thread on which
99 MyResourceFilter(const base::Thread& io_thread, argument
103 : ResourceMessageFilter(io_thread.message_loop_proxy()),
147 base::Thread io_thread("test_io_thread");
148 ASSERT_TRUE(io_thread.Start());
153 new MyResourceFilter(io_thread, bg_thread1, MSG1_TYPE, REPLY_MSG1_TYPE);
158 new MyResourceFilter(io_thread, bg_thread2, MSG2_TYPE, REPLY_MSG2_TYPE);
180 EXPECT_EQ(host.last_reply_message_loop(), io_thread.message_loop());
190 EXPECT_EQ(host.last_reply_message_loop(), io_thread.message_loop());
199 io_thread
[all...]
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_quota_helper.cc38 base::MessageLoopProxy* io_thread)
39 : io_thread_(io_thread) {
37 BrowsingDataQuotaHelper( base::MessageLoopProxy* io_thread) argument
H A Dbrowsing_data_quota_helper_impl.cc59 base::MessageLoopProxy* io_thread,
61 : BrowsingDataQuotaHelper(io_thread),
65 io_thread_(io_thread),
57 BrowsingDataQuotaHelperImpl( base::MessageLoopProxy* ui_thread, base::MessageLoopProxy* io_thread, quota::QuotaManager* quota_manager) argument
H A Dbrowsing_data_quota_helper_impl.h35 base::MessageLoopProxy* io_thread,
/external/chromium_org/sync/internal_api/
H A Dhttp_bridge_unittest.cc96 base::Thread* io_thread() { return &io_thread_; } function in class:syncer::SyncHttpBridgeTest
182 io_thread()->message_loop()
193 new net::TestURLRequestContextGetter(io_thread()->message_loop_proxy()));
315 new net::TestURLRequestContextGetter(io_thread()->message_loop_proxy()));
324 io_thread()->message_loop_proxy()->PostTask(
334 new net::TestURLRequestContextGetter(io_thread()->message_loop_proxy()));
368 ASSERT_TRUE(io_thread()->message_loop_proxy()->PostTask(
386 ASSERT_TRUE(io_thread()->message_loop_proxy()->PostTask(
406 io_thread()->Stop();
448 new net::TestURLRequestContextGetter(io_thread()
[all...]
/external/chromium/net/proxy/
H A Dsync_host_resolver_bridge_unittest.cc217 IOThread io_thread; local
220 ASSERT_TRUE(io_thread.StartWithOptions(options));
222 io_thread.async_resolver()->WaitUntilRequestIsReceived();
/external/chromium/chrome/browser/net/
H A Dssl_config_service_manager_pref.cc8 #include "chrome/browser/io_thread.h"
176 base::Thread* io_thread = g_browser_process->io_thread(); local
177 if (io_thread) {
183 io_thread->message_loop()->PostTask(
H A Dproxy_service_factory.cc11 #include "chrome/browser/io_thread.h"
45 g_browser_process->io_thread()->message_loop(),
/external/chromium/chrome/browser/sync/notifier/
H A Dnon_blocking_invalidation_notifier_unittest.cc47 BrowserThread io_thread(BrowserThread::IO, MessageLoop::current());
/external/chromium_org/sync/tools/
H A Dsync_listen_notifications.cc148 base::Thread io_thread("IO thread");
151 io_thread.StartWithOptions(options);
179 new MyTestURLRequestContextGetter(io_thread.message_loop_proxy()));
204 io_thread.Stop();
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_io_data.cc17 #include "chrome/browser/io_thread.h"
167 IOThread* const io_thread = profile_params->io_thread; local
168 IOThread::Globals* const io_thread_globals = io_thread->globals();
174 main_context->set_net_log(io_thread->net_log());
240 IOThread* const io_thread = profile_params->io_thread; local
241 IOThread::Globals* const io_thread_globals = io_thread->globals();
247 extensions_context->set_net_log(io_thread->net_log());
/external/chromium/chrome/browser/profiles/
H A Doff_the_record_profile_io_data.cc11 #include "chrome/browser/io_thread.h"
124 IOThread* const io_thread = profile_params->io_thread; local
125 IOThread::Globals* const io_thread_globals = io_thread->globals();
133 main_context->set_net_log(io_thread->net_log());
134 extensions_context->set_net_log(io_thread->net_log());
H A Dprofile_io_data.cc18 #include "chrome/browser/io_thread.h"
163 params->io_thread = g_browser_process->io_thread();
277 IOThread* const io_thread = profile_params_->io_thread; local
278 IOThread::Globals* const io_thread_globals = io_thread->globals();
303 io_thread->net_log(),
/external/chromium_org/chrome/test/chromedriver/server/
H A Dchromedriver_server.cc143 base::Thread io_thread("ChromeDriver IO");
144 CHECK(io_thread.StartWithOptions(
150 io_thread.message_loop_proxy(),
157 io_thread.message_loop()
170 io_thread.message_loop()
/external/chromium_org/chrome/browser/net/
H A Dchrome_fraudulent_certificate_reporter_unittest.cc192 content::TestBrowserThread io_thread(BrowserThread::IO, &loop);
199 content::TestBrowserThread io_thread(BrowserThread::IO, &loop);
206 content::TestBrowserThread io_thread(BrowserThread::IO, &loop);
H A Dnet_error_tab_helper.cc10 #include "chrome/browser/io_thread.h"
55 // Can only access g_browser_process->io_thread() from the browser thread,
59 IOThread* io_thread) {
63 io_thread->globals()->dns_probe_service.get();
178 g_browser_process->io_thread()));
57 StartDnsProbeOnIOThread( const base::Callback<void(DnsProbeStatus)>& callback, IOThread* io_thread) argument
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
/external/chromium/chrome/browser/notifications/
H A Dnotifications_prefs_cache_unittest.cc32 BrowserThread io_thread(BrowserThread::IO, &loop);
/external/chromium_org/chrome/service/
H A Dservice_process.h49 // remove the io_thread() and file_thread() accessors and replace them with
59 base::Thread* io_thread() const { function in class:ServiceProcess

Completed in 835 milliseconds

12345