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

1 2

  /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();
browser_process.h 117 virtual IOThread* io_thread() = 0;
browsing_data_remover.h 130 void ClearNetworkingHistory(IOThread* io_thread);
browsing_data_remover.cc 17 #include "chrome/browser/io_thread.h"
136 g_browser_process->io_thread()));
349 void BrowsingDataRemover::ClearNetworkingHistory(IOThread* io_thread) {
353 io_thread->ClearNetworkingHistory();
io_thread.cc 5 #include "chrome/browser/io_thread.h"
246 explicit SystemURLRequestContextGetter(IOThread* io_thread);
261 IOThread* io_thread)
262 : io_thread_(io_thread),
263 io_message_loop_proxy_(io_thread->message_loop_proxy()) {
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/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/sync/tools/
sync_listen_notifications.cc 64 BrowserThread io_thread(BrowserThread::IO);
67 io_thread.StartWithOptions(options);
118 io_thread.Stop();
  /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(
proxy_service_factory.cc 11 #include "chrome/browser/io_thread.h"
45 g_browser_process->io_thread()->message_loop(),
predictor_api.cc 18 #include "chrome/browser/io_thread.h"
138 g_browser_process->io_thread()->ChangedToOnTheRecord();
425 g_browser_process->io_thread()->InitNetworkPredictor(
446 g_predictor = NULL; // Owned and released by io_thread.cc.
  /external/chromium/chrome/browser/sync/notifier/
non_blocking_invalidation_notifier_unittest.cc 47 BrowserThread io_thread(BrowserThread::IO, MessageLoop::current());
  /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(),
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.h 103 IOThread* io_thread; member in struct:ProfileIOData::ProfileParams
  /external/chromium/chrome/browser/notifications/
notifications_prefs_cache_unittest.cc 32 BrowserThread io_thread(BrowserThread::IO, &loop);
  /external/chromium/chrome/browser/ui/webui/
theme_source_unittest.cc 79 BrowserThread io_thread(BrowserThread::IO, MessageLoop::current());
  /external/chromium/chrome/browser/extensions/
extension_updater_unittest.cc 370 BrowserThread io_thread(BrowserThread::IO);
371 io_thread.Start();
439 BrowserThread io_thread(BrowserThread::IO);
440 io_thread.Start();
627 BrowserThread io_thread(BrowserThread::IO);
628 io_thread.Start();
684 io_thread.Stop();
700 BrowserThread io_thread(BrowserThread::IO);
701 io_thread.Start();
770 BrowserThread io_thread(BrowserThread::IO)
    [all...]
  /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/qemu/
cpus.c 273 static QemuThread io_thread;
303 qemu_thread_self(&io_thread);
565 if (!qemu_thread_equal(&me, &io_thread)) {
  /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/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/chrome/browser/prefs/
pref_member_unittest.cc 281 BrowserThread io_thread(BrowserThread::IO);
282 ASSERT_TRUE(io_thread.Start());

Completed in 1329 milliseconds

1 2