HomeSort by relevance Sort by last modified time
    Searched defs:io_thread (Results 1 - 20 of 20) sorted by null

  /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/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_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
  /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_impl_io_data.cc 11 #include "chrome/browser/io_thread.h"
170 IOThread* const io_thread = profile_params->io_thread; local
171 IOThread::Globals* const io_thread_globals = io_thread->globals();
187 main_context->set_net_log(io_thread->net_log());
188 media_request_context_->set_net_log(io_thread->net_log());
189 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(),
profile_io_data.h 103 IOThread* io_thread; member in struct:ProfileIOData::ProfileParams
  /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/
network_time_tracker_unittest.cc 49 io_thread(content::BrowserThread::IO, &message_loop_),
129 content::TestBrowserThread io_thread; member in class:NetworkTimeTrackerTest
  /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());
profile_impl_io_data.cc 21 #include "chrome/browser/io_thread.h"
161 IOThread* io_thread) const {
171 io_thread,
331 IOThread* const io_thread = profile_params->io_thread; local
332 IOThread::Globals* const io_thread_globals = io_thread->globals();
352 main_context->set_net_log(io_thread->net_log());
471 IOThread* const io_thread = profile_params->io_thread; local
472 IOThread::Globals* const io_thread_globals = io_thread->globals()
    [all...]
profile_io_data.cc 35 #include "chrome/browser/io_thread.h"
229 params->io_thread = g_browser_process->io_thread();
384 : io_thread(NULL),
739 IOThread* const io_thread = profile_params_->io_thread; local
740 IOThread::Globals* const io_thread_globals = io_thread->globals();
775 io_thread->net_log(),
937 IOThread* const io_thread = profile_params->io_thread; local
    [all...]
profile_io_data.h 19 #include "chrome/browser/io_thread.h"
248 IOThread* io_thread; member in struct:ProfileIOData::ProfileParams
  /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/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_org/chrome/test/base/
testing_browser_process.cc 84 IOThread* TestingBrowserProcess::io_thread() { function in class:TestingBrowserProcess
394 void TestingBrowserProcess::SetIOThread(IOThread* io_thread) {
395 io_thread_ = io_thread;
  /external/chromium/chrome/browser/
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...]
  /external/chromium_org/chrome/browser/
browser_process_impl.cc 42 #include "chrome/browser/io_thread.h"
410 IOThread* BrowserProcessImpl::io_thread() { function in class:BrowserProcessImpl
440 return io_thread()->system_url_request_context_getter();
773 io_thread()->system_url_request_context_getter());
    [all...]
  /external/chromium_org/chrome/browser/metrics/
metrics_service.cc 177 #include "chrome/browser/io_thread.h"
1485 IOThread* io_thread = g_browser_process->io_thread(); local
    [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_storage_impl_unittest.cc 63 scoped_ptr<base::Thread> io_thread; member in namespace:appcache::__anon17136
151 io_thread->message_loop_proxy().get(),
234 // Helper callback to run a test on our io_thread. The io_thread is spun up
254 io_thread.reset(new base::Thread("AppCacheTest.IOThread"));
256 ASSERT_TRUE(io_thread->StartWithOptions(options));
263 io_thread.reset(NULL);
275 io_thread->message_loop()->PostTask(
282 DCHECK(base::MessageLoop::current() == io_thread->message_loop());
292 DCHECK(base::MessageLoop::current() == io_thread->message_loop())
    [all...]

Completed in 619 milliseconds