HomeSort by relevance Sort by last modified time
    Searched refs:thread_options (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/dbus/
test_server.cc 17 base::Thread::Options thread_options; local
18 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
19 CHECK(dbus_thread->StartWithOptions(thread_options));
bus_unittest.cc 140 base::Thread::Options thread_options; local
141 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
143 dbus_thread.StartWithOptions(thread_options);
220 base::Thread::Options thread_options; local
221 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
223 dbus_thread.StartWithOptions(thread_options);
270 base::Thread::Options thread_options; local
271 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
273 dbus_thread.StartWithOptions(thread_options);
property_unittest.cc 55 base::Thread::Options thread_options; local
56 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
57 ASSERT_TRUE(dbus_thread_->StartWithOptions(thread_options));
signal_sender_verification_unittest.cc 38 base::Thread::Options thread_options; local
39 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
40 ASSERT_TRUE(dbus_thread_->StartWithOptions(thread_options));
object_manager_unittest.cc 67 base::Thread::Options thread_options; local
68 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
69 ASSERT_TRUE(dbus_thread_->StartWithOptions(thread_options));
end_to_end_async_unittest.cc 45 base::Thread::Options thread_options; local
46 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
47 ASSERT_TRUE(dbus_thread_->StartWithOptions(thread_options));
test_service.cc 50 base::Thread::Options thread_options; local
51 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
52 return StartWithOptions(thread_options);
  /external/chromium/net/base/
network_config_watcher_mac.cc 116 base::Thread::Options thread_options(MessageLoop::TYPE_UI, 0);
117 notifier_thread_->StartWithOptions(thread_options);
network_change_notifier_linux.cc 154 base::Thread::Options thread_options(MessageLoop::TYPE_IO, 0);
155 notifier_thread_->StartWithOptions(thread_options);
  /external/chromium_org/net/base/
network_change_notifier_linux.cc 77 base::Thread::Options thread_options(base::MessageLoop::TYPE_IO, 0);
78 notifier_thread_->StartWithOptions(thread_options);
network_config_watcher_mac.cc 126 base::Thread::Options thread_options(base::MessageLoop::TYPE_UI, 0);
127 notifier_thread_->StartWithOptions(thread_options);
  /external/chromium_org/net/test/embedded_test_server/
embedded_test_server_unittest.cc 53 base::Thread::Options thread_options; variable
54 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
55 ASSERT_TRUE(io_thread_.StartWithOptions(thread_options));
266 base::Thread::Options thread_options; variable
267 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
268 ASSERT_TRUE(io_thread.StartWithOptions(thread_options));
embedded_test_server.cc 172 base::Thread::Options thread_options; local
173 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
175 CHECK(io_thread_->StartWithOptions(thread_options));
  /external/chromium_org/mojo/common/
handle_watcher.cc 220 base::Thread::Options thread_options; local
221 thread_options.message_pump_factory = base::Bind(&CreateMessagePumpMojo);
222 thread_.StartWithOptions(thread_options);
  /external/chromium_org/chromeos/dbus/
dbus_thread_manager.cc 238 base::Thread::Options thread_options; local
239 thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
241 dbus_thread_->StartWithOptions(thread_options);
  /external/chromium_org/chrome/utility/local_discovery/
service_discovery_message_handler.cc 208 base::Thread::Options thread_options(base::MessageLoop::TYPE_IO, 0);
209 if (discovery_thread_->StartWithOptions(thread_options)) {

Completed in 139 milliseconds