Home
last modified time | relevance | path

Searched refs:TestIOThread (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/base/test/
Dtest_io_thread.cc12 TestIOThread::TestIOThread(Mode mode) in TestIOThread() function in base::TestIOThread
24 TestIOThread::~TestIOThread() { in ~TestIOThread()
28 void TestIOThread::Start() { in Start()
35 void TestIOThread::Stop() { in Stop()
41 void TestIOThread::PostTask(const Location& from_here, base::OnceClosure task) { in PostTask()
Dtest_io_thread.h28 class TestIOThread {
31 explicit TestIOThread(Mode mode);
33 ~TestIOThread();
55 DISALLOW_COPY_AND_ASSIGN(TestIOThread);
/external/libchrome/ipc/
Drun_all_perftests.cc18 base::TestIOThread test_io_thread(base::TestIOThread::kAutoStart); in main()
Drun_all_unittests.cc21 base::TestIOThread test_io_thread(base::TestIOThread::kAutoStart); in main()
/external/libchrome/mojo/core/test/
Drun_all_perftests.cc19 base::TestIOThread test_io_thread(base::TestIOThread::kAutoStart); in main()
Drun_all_unittests.cc42 base::TestIOThread test_io_thread(base::TestIOThread::kAutoStart); in main()