HomeSort by relevance Sort by last modified time
    Searched refs:io_thread (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /external/chromium/chrome/browser/
user_style_sheet_watcher_unittest.cc 29 base::Thread io_thread("UserStyleSheetWatcherTestIOThread");
31 ASSERT_TRUE(io_thread.StartWithOptions(options));
34 io_thread.message_loop());
43 io_thread.Stop();
  /external/chromium_org/chrome/browser/
user_style_sheet_watcher_unittest.cc 32 base::Thread io_thread("UserStyleSheetWatcherTestIOThread");
34 ASSERT_TRUE(io_thread.StartWithOptions(options));
37 io_thread.message_loop());
46 io_thread.Stop();
  /external/chromium_org/remoting/host/setup/win/
host_configurer.cc 43 base::Thread io_thread("IO thread");
45 io_thread.StartWithOptions(io_thread_options);
49 message_loop.message_loop_proxy(), io_thread.message_loop_proxy()));
62 io_thread.Stop();
  /external/valgrind/main/none/tests/
pth_cancel2.c 74 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/net/
network_time_tracker.cc 9 #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,
52 io_thread->globals()->network_time_notifier->UpdateNetworkTime(
56 void UpdateNetworkNotifier(IOThread* io_thread,
64 io_thread,
125 g_browser_process->io_thread());
chrome_fraudulent_certificate_reporter_unittest.cc 188 content::TestBrowserThread io_thread(BrowserThread::IO, &loop);
195 content::TestBrowserThread io_thread(BrowserThread::IO, &loop);
202 content::TestBrowserThread io_thread(BrowserThread::IO, &loop);
net_error_tab_helper.cc 11 #include "chrome/browser/io_thread.h"
57 // Can only access g_browser_process->io_thread() from the browser thread,
61 IOThread* io_thread) {
65 io_thread->globals()->dns_probe_service.get();
179 g_browser_process->io_thread()));
http_pipelining_compatibility_client.cc 12 #include "chrome/browser/io_thread.h"
441 void DeleteClient(IOThread* io_thread, int /* rv */) {
443 io_thread->globals()->http_pipelining_compatibility_client.reset();
448 IOThread* io_thread) {
452 io_thread->globals()->system_request_context.get();
515 base::Bind(&DeleteClient, io_thread),
517 io_thread->globals()->http_pipelining_compatibility_client.reset(client);
523 const std::string& pipeline_test_server, IOThread* io_thread) {
533 io_thread));
  /external/chromium/chrome/browser/sync/tools/
sync_listen_notifications.cc 64 BrowserThread io_thread(BrowserThread::IO);
67 io_thread.StartWithOptions(options);
118 io_thread.Stop();
  /external/chromium_org/ppapi/host/
resource_message_filter_unittest.cc 96 // message of type |reply_msg_type|). |io_thread| is the thread on which
99 MyResourceFilter(const base::Thread& io_thread,
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);
179 EXPECT_EQ(host.last_reply_message_loop(), io_thread.message_loop());
188 EXPECT_EQ(host.last_reply_message_loop(), io_thread.message_loop());
196 io_thread.Stop()
    [all...]
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_quota_helper.cc 38 base::MessageLoopProxy* io_thread)
39 : io_thread_(io_thread) {
browsing_data_quota_helper_impl.cc 59 base::MessageLoopProxy* io_thread,
61 : BrowsingDataQuotaHelper(io_thread),
65 io_thread_(io_thread),
browsing_data_quota_helper_impl.h 35 base::MessageLoopProxy* io_thread,
  /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/chrome/browser/net/
ssl_config_service_manager_pref.cc 8 #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(
  /external/chromium/chrome/browser/sync/notifier/
non_blocking_invalidation_notifier_unittest.cc 47 BrowserThread io_thread(BrowserThread::IO, MessageLoop::current());
  /external/chromium_org/remoting/host/setup/
start_host.cc 147 base::Thread io_thread("IO thread");
149 io_thread.StartWithOptions(io_thread_options);
154 io_thread.message_loop_proxy()));
179 io_thread.Stop();
  /external/chromium_org/sync/tools/
sync_listen_notifications.cc 153 base::Thread io_thread("IO thread");
156 io_thread.StartWithOptions(options);
184 new MyTestURLRequestContextGetter(io_thread.message_loop_proxy()));
209 io_thread.Stop();
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_io_data.cc 17 #include "chrome/browser/io_thread.h"
168 IOThread* const io_thread = profile_params->io_thread; local
169 IOThread::Globals* const io_thread_globals = io_thread->globals();
175 main_context->set_net_log(io_thread->net_log());
243 IOThread* const io_thread = profile_params->io_thread; local
244 IOThread::Globals* const io_thread_globals = io_thread->globals();
250 extensions_context->set_net_log(io_thread->net_log());
  /external/chromium_org/sync/internal_api/
http_bridge_unittest.cc 95 base::Thread* io_thread() { return &io_thread_; } function in class:syncer::SyncHttpBridgeTest
181 io_thread()->message_loop()
192 new net::TestURLRequestContextGetter(io_thread()->message_loop_proxy()));
314 new net::TestURLRequestContextGetter(io_thread()->message_loop_proxy()));
323 io_thread()->message_loop_proxy()->PostTask(
333 new net::TestURLRequestContextGetter(io_thread()->message_loop_proxy()));
367 ASSERT_TRUE(io_thread()->message_loop_proxy()->PostTask(
385 ASSERT_TRUE(io_thread()->message_loop_proxy()->PostTask(
405 io_thread()->Stop();
  /external/chromium/chrome/browser/profiles/
off_the_record_profile_io_data.cc 11 #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());
profile_io_data.cc 18 #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/
chromedriver_server.cc 143 base::Thread io_thread("ChromeDriver IO");
144 CHECK(io_thread.StartWithOptions(
151 io_thread.message_loop_proxy(),
157 io_thread.message_loop()
170 io_thread.message_loop()
  /external/chromium/chrome/browser/notifications/
notifications_prefs_cache_unittest.cc 32 BrowserThread io_thread(BrowserThread::IO, &loop);
  /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

Completed in 682 milliseconds

1 2 3 4 5