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

1 2 3 4 5

  /external/chromium_org/remoting/host/
chromoting_host_context.cc 28 "ChromotingAudioThread", ui_task_runner_, base::MessageLoop::TYPE_IO);
32 "ChromotingFileThread", ui_task_runner_, base::MessageLoop::TYPE_IO);
34 "ChromotingInputThread", ui_task_runner_, base::MessageLoop::TYPE_IO);
36 "ChromotingNetworkThread", ui_task_runner_, base::MessageLoop::TYPE_IO);
desktop_process.cc 112 "ChromotingAudioThread", caller_task_runner_, base::MessageLoop::TYPE_IO);
118 "I/O thread", caller_task_runner_, base::MessageLoop::TYPE_IO);
desktop_process_main.cc 43 "Input thread", ui_task_runner, base::MessageLoop::TYPE_IO);
local_input_monitor_unittest.cc 30 base::MessageLoop::TYPE_IO;
config_file_watcher_unittest.cc 83 "IPC thread", task_runner, base::MessageLoop::TYPE_IO);
  /external/chromium_org/mojo/shell/
task_runners.cc 19 options.message_loop_type = base::MessageLoop::TYPE_IO;
  /external/chromium_org/base/win/
object_watcher_unittest.cc 145 RunTest_BasicSignal(MessageLoop::TYPE_IO);
151 RunTest_BasicCancel(MessageLoop::TYPE_IO);
157 RunTest_CancelAfterSet(MessageLoop::TYPE_IO);
163 RunTest_SignalBeforeWatch(MessageLoop::TYPE_IO);
169 RunTest_OutlivesMessageLoop(MessageLoop::TYPE_IO);
  /external/chromium_org/base/test/
test_io_thread.cc 43 base::Thread::Options(base::MessageLoop::TYPE_IO, 0)));
  /external/chromium_org/dbus/
test_server.cc 18 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
bus_unittest.cc 141 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
221 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
271 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
348 // Setup the current thread's MessageLoop. Must be of TYPE_IO for the
350 base::MessageLoop message_loop(base::MessageLoop::TYPE_IO);
  /external/chromium_org/media/cast/test/utility/
standalone_cast_environment.cc 26 base::Thread::Options(base::MessageLoop::TYPE_IO, 0));
  /external/chromium_org/mojo/services/network/
main.cc 54 runner.set_message_loop_type(base::MessageLoop::TYPE_IO);
  /external/chromium_org/athena/test/
athena_test_helper.cc 49 base::Thread::Options options(base::MessageLoop::TYPE_IO, 0);
  /external/chromium_org/base/message_loop/
message_loop.h 89 // TYPE_IO
106 TYPE_IO,
580 // MessageLoop instantiated with TYPE_IO.
587 MessageLoopForIO() : MessageLoop(TYPE_IO) {
593 DCHECK_EQ(MessageLoop::TYPE_IO, loop->type());
599 return loop && loop->type() == MessageLoop::TYPE_IO;
652 // MessageLoopForIO is often allocated via MessageLoop(TYPE_IO). Any extra
message_pump_io_ios_unittest.cc 24 Thread::Options options(MessageLoop::TYPE_IO, 0);
26 ASSERT_EQ(MessageLoop::TYPE_IO, io_thread_.message_loop()->type());
message_pump_libevent_unittest.cc 27 Thread::Options options(MessageLoop::TYPE_IO, 0);
29 ASSERT_EQ(MessageLoop::TYPE_IO, io_thread_.message_loop()->type());
  /external/chromium_org/components/invalidation/
non_blocking_invalidator_unittest.cc 38 options.message_loop_type = base::MessageLoop::TYPE_IO;
  /external/chromium_org/content/public/test/
test_browser_thread.cc 65 options.message_loop_type = base::MessageLoop::TYPE_IO;
  /external/chromium_org/device/bluetooth/
bluetooth_socket_thread.cc 63 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
  /external/chromium_org/net/android/
network_change_notifier_android.cc 68 // Thread on which we can run DnsConfigService, which requires a TYPE_IO
133 base::Thread::Options(base::MessageLoop::TYPE_IO, 0));
  /external/chromium_org/ppapi/nacl_irt/
plugin_startup.cc 68 base::Thread::Options(base::MessageLoop::TYPE_IO, 0));
  /external/chromium_org/net/base/
network_change_notifier_linux.cc 78 base::Thread::Options thread_options(base::MessageLoop::TYPE_IO, 0);
  /external/chromium_org/tools/ipc_fuzzer/replay/
replay_process.cc 45 base::Thread::Options(base::MessageLoop::TYPE_IO, 0));
  /external/chromium_org/base/synchronization/
waitable_event_watcher_unittest.cc 22 MessageLoop::TYPE_IO,
  /external/chromium_org/chrome/test/chromedriver/net/
net_util_unittest.cc 35 base::Thread::Options options(base::MessageLoop::TYPE_IO, 0);

Completed in 2043 milliseconds

1 2 3 4 5