/external/chromium/base/threading/ |
D | thread.cc | 63 return StartWithOptions(Options()); in Start() 66 bool Thread::StartWithOptions(const Options& options) { in StartWithOptions() function in base::Thread
|
D | thread.h | 71 bool StartWithOptions(const Options& options);
|
D | thread_unittest.cc | 166 EXPECT_TRUE(a.StartWithOptions(options)); in TEST_F()
|
/external/chromium/android/autofill/ |
D | android_url_request_context_getter.cc | 42 if (!io_thread_->StartWithOptions(options)) { in GetIOMessageLoopProxy()
|
/external/chromium/chrome/browser/ |
D | user_style_sheet_watcher_unittest.cc | 31 ASSERT_TRUE(io_thread.StartWithOptions(options)); in TEST()
|
D | browser_process_impl.cc | 731 if (!thread->StartWithOptions(options)) in CreateIOThread() 750 if (!thread->StartWithOptions(options)) in CreateFileThread() 785 if (!thread->StartWithOptions(options)) in CreateCacheThread() 808 if (!thread->StartWithOptions(options)) in CreateGpuThread()
|
/external/chromium/net/base/ |
D | network_config_watcher_mac.cc | 117 notifier_thread_->StartWithOptions(thread_options); in NetworkConfigWatcherMac()
|
D | network_change_notifier_linux.cc | 155 notifier_thread_->StartWithOptions(thread_options); in NetworkChangeNotifierLinux()
|
D | listen_socket_unittest.cc | 34 thread_->StartWithOptions(options); in SetUp()
|
/external/chromium/chrome/browser/sync/tools/ |
D | sync_listen_notifications.cc | 67 io_thread.StartWithOptions(options); in main()
|
/external/chromium/chrome/common/ |
D | service_process_util_unittest.cc | 79 ASSERT_TRUE(io_thread_.StartWithOptions(options)); in SetUp() 209 EXPECT_TRUE(io_thread_.StartWithOptions(options)); in MULTIPROCESS_TEST_MAIN() 357 ASSERT_TRUE(io_thread_.StartWithOptions(options)); in SetUp()
|
/external/chromium/net/proxy/ |
D | sync_host_resolver_bridge_unittest.cc | 220 ASSERT_TRUE(io_thread.StartWithOptions(options)); in TEST()
|
/external/chromium/chrome/browser/search_engines/ |
D | template_url_model_test_util.cc | 66 io_thread_.StartWithOptions(options); in StartIOThread()
|
/external/chromium/net/disk_cache/ |
D | stress_cache.cc | 98 if (!cache_thread.StartWithOptions( in StressTheCache()
|
D | backend_unittest.cc | 197 ASSERT_TRUE(cache_thread.StartWithOptions( in TEST_F() 263 ASSERT_TRUE(cache_thread.StartWithOptions( in TEST_F() 315 ASSERT_TRUE(cache_thread.StartWithOptions( in TEST_F() 351 ASSERT_TRUE(cache_thread.StartWithOptions( in TEST_F() 1333 ASSERT_TRUE(cache_thread.StartWithOptions( in TEST_F() 1927 ASSERT_TRUE(cache_thread.StartWithOptions( in TEST_F()
|
D | disk_cache_perftest.cc | 164 ASSERT_TRUE(cache_thread.StartWithOptions( in TEST_F()
|
D | disk_cache_test_base.cc | 244 EXPECT_TRUE(cache_thread_.StartWithOptions( in InitDiskCache()
|
/external/chromium/chrome/browser/sync/glue/ |
D | http_bridge_unittest.cc | 33 io_thread_.StartWithOptions(options); in SetUp()
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
D | tab_contents_drag_win.cc | 140 if (drag_drop_thread_->StartWithOptions(options)) { in StartDragging()
|
/external/chromium/base/ |
D | message_loop_unittest.cc | 986 ASSERT_EQ(true, worker.StartWithOptions(options)); in RunTest_RecursiveDenial2() 1029 ASSERT_EQ(true, worker.StartWithOptions(options)); in RunTest_RecursiveSupport2() 1297 ASSERT_TRUE(thread.StartWithOptions(options)); in RunTest_IOHandler() 1337 ASSERT_TRUE(thread.StartWithOptions(options)); in RunTest_WaitForIO()
|
/external/chromium/chrome/browser/debugger/ |
D | devtools_remote_listen_socket_unittest.cc | 98 thread_->StartWithOptions(options); in SetUp()
|
/external/chromium/net/tools/crash_cache/ |
D | crash_cache.cc | 320 if (!cache_thread.StartWithOptions( in SlaveCode()
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | WebUrlLoaderClient.cpp | 68 if (!networkThread->StartWithOptions(options)) { in ioThread()
|
/external/chromium/base/files/ |
D | file_path_watcher_browsertest.cc | 155 ASSERT_TRUE(file_thread_.StartWithOptions(options)); in SetUp()
|
/external/chromium/chrome/browser/safe_browsing/ |
D | malware_details_unittest.cc | 176 ASSERT_TRUE(io_thread_.StartWithOptions( in SetUp()
|