Home
last modified time | relevance | path

Searched refs:StartWithOptions (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/base/threading/
Dthread.cc83 return StartWithOptions(options); in Start()
86 bool Thread::StartWithOptions(const Options& options) { in StartWithOptions() function in base::Thread
Dthread.h113 bool StartWithOptions(const Options& options);
Dthread_unittest.cc151 EXPECT_TRUE(a.StartWithOptions(options)); in TEST_F()
/external/libchrome/base/test/
Dtest_io_thread.cc42 CHECK(io_thread_.StartWithOptions( in Start()
/external/libchrome/base/message_loop/
Dmessage_loop_unittest.cc330 ASSERT_EQ(true, worker.StartWithOptions(options)); in RunTest_RecursiveDenial2()
374 ASSERT_EQ(true, worker.StartWithOptions(options)); in RunTest_RecursiveSupport2()
558 ASSERT_TRUE(thread.StartWithOptions(options)); in RunTest_IOHandler()
599 ASSERT_TRUE(thread.StartWithOptions(options)); in RunTest_WaitForIO()
/external/libchrome/components/timers/
Dalarm_timer_chromeos.cc33 StartWithOptions(base::Thread::Options(base::MessageLoop::TYPE_IO, 0))); in RtcAlarmIOThread()
/external/libchrome/base/files/
Dfile_path_watcher_unittest.cc157 ASSERT_TRUE(file_thread_.StartWithOptions(options)); in SetUp()