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

  /external/chromium_org/chrome/browser/metrics/
network_stats_uploader.cc 29 IOThread* io_thread = g_browser_process->io_thread(); local
30 if (!io_thread)
33 chrome_browser_net::CollectNetworkStats(network_stats_server_, io_thread);
  /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/service/
service_process.h 50 // remove the io_thread() and file_thread() accessors and replace them with
60 base::Thread* io_thread() const { function in class:ServiceProcess
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_io_data.cc 17 #include "chrome/browser/io_thread.h"
208 IOThread* const io_thread = profile_params->io_thread; local
209 IOThread::Globals* const io_thread_globals = io_thread->globals();
215 main_context->set_net_log(io_thread->net_log());
293 IOThread* const io_thread = profile_params->io_thread; local
294 IOThread::Globals* const io_thread_globals = io_thread->globals();
300 extensions_context->set_net_log(io_thread->net_log());
profile_impl_io_data.cc 22 #include "chrome/browser/io_thread.h"
204 IOThread* io_thread) const {
214 io_thread,
423 IOThread* const io_thread = profile_params->io_thread; local
424 IOThread::Globals* const io_thread_globals = io_thread->globals();
466 main_context->set_net_log(io_thread->net_log());
606 IOThread* const io_thread = profile_params->io_thread; local
607 IOThread::Globals* const io_thread_globals = io_thread->globals()
    [all...]
profile_io_data.cc 34 #include "chrome/browser/io_thread.h"
356 params->io_thread = g_browser_process->io_thread();
576 : io_thread(NULL),
996 IOThread* const io_thread = profile_params_->io_thread; local
1251 IOThread* const io_thread = profile_params->io_thread; local
    [all...]
profile_io_data.h 21 #include "chrome/browser/io_thread.h"
313 IOThread* io_thread; member in struct:ProfileIOData::ProfileParams
  /external/chromium_org/mojo/system/
channel_unittest.cc 45 CHECK_EQ(base::MessageLoop::current(), io_thread()->message_loop());
50 CHECK_EQ(base::MessageLoop::current(), io_thread()->message_loop());
60 CHECK_EQ(base::MessageLoop::current(), io_thread()->message_loop());
66 base::TestIOThread* io_thread() { return &io_thread_; } function in class:mojo::system::__anon13470::ChannelTest
75 CHECK_EQ(base::MessageLoop::current(), io_thread()->message_loop());
96 io_thread()->PostTaskAndWait(FROM_HERE,
101 io_thread()->PostTaskAndWait(
106 io_thread()->PostTaskAndWait(
166 io_thread()->PostTaskAndWait(FROM_HERE,
174 io_thread()->PostTaskAndWait
    [all...]
remote_message_pipe_unittest.cc 96 base::TestIOThread* io_thread() { return &io_thread_; } function in class:mojo::system::__anon13488::RemoteMessagePipeTest
100 CHECK_EQ(base::MessageLoop::current(), io_thread()->message_loop());
108 CHECK_EQ(base::MessageLoop::current(), io_thread()->message_loop());
121 CHECK_EQ(base::MessageLoop::current(), io_thread()->message_loop());
132 CHECK_EQ(base::MessageLoop::current(), io_thread()->message_loop());
148 CHECK_EQ(base::MessageLoop::current(), io_thread()->message_loop());
163 CHECK_EQ(base::MessageLoop::current(), io_thread()->message_loop());
    [all...]
raw_channel_unittest.cc 92 base::TestIOThread* io_thread() { return &io_thread_; } function in class:mojo::system::__anon13486::RawChannelTest
198 io_thread()->PostTaskAndWait(
214 io_thread()->PostTaskAndWait(
283 io_thread()->PostTaskAndWait(
306 io_thread()->PostTaskAndWait(
380 io_thread()->PostTaskAndWait(FROM_HERE,
388 io_thread()->PostTaskAndWait(FROM_HERE,
410 io_thread()->PostTaskAndWait(
414 io_thread()->PostTaskAndWait(
479 io_thread()->PostTaskAndWait
    [all...]
  /external/chromium_org/chrome/test/base/
testing_browser_process.cc 115 IOThread* TestingBrowserProcess::io_thread() { function in class:TestingBrowserProcess
415 void TestingBrowserProcess::SetIOThread(IOThread* io_thread) {
416 io_thread_ = io_thread;
  /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();
447 new net::TestURLRequestContextGetter(io_thread()->message_loop_proxy()))
    [all...]
  /external/chromium_org/chrome/browser/
browser_process_impl.cc 42 #include "chrome/browser/io_thread.h"
557 IOThread* BrowserProcessImpl::io_thread() { function in class:BrowserProcessImpl
587 return io_thread()->system_url_request_context_getter();
898 io_thread()->system_url_request_context_getter());
    [all...]
  /external/chromium_org/content/browser/appcache/
appcache_storage_impl_unittest.cc 170 scoped_ptr<IOThread> io_thread; member in namespace:content::__anon11633
259 io_thread->message_loop_proxy().get(),
350 // Helper callback to run a test on our io_thread. The io_thread is spun up
373 io_thread.reset(new IOThread("AppCacheTest.IOThread"));
374 ASSERT_TRUE(io_thread->StartWithOptions(options));
380 io_thread.reset(NULL);
392 io_thread->message_loop()->PostTask(
399 DCHECK(base::MessageLoop::current() == io_thread->message_loop());
408 DCHECK(base::MessageLoop::current() == io_thread->message_loop())
    [all...]

Completed in 473 milliseconds