Searched refs:TestIOThread (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/base/test/
H A Dtest_io_thread.cc23 TestIOThread::TestIOThread(Mode mode) function in class:base::TestIOThread
35 TestIOThread::~TestIOThread() {
39 void TestIOThread::Start() {
46 void TestIOThread::Stop() {
52 void TestIOThread::PostTask(const tracked_objects::Location& from_here,
57 void TestIOThread::PostTaskAndWait(const tracked_objects::Location& from_here,
H A Dtest_io_thread.h21 class TestIOThread { class in namespace:base
24 explicit TestIOThread(Mode mode);
26 ~TestIOThread();
54 DISALLOW_COPY_AND_ASSIGN(TestIOThread);
/external/chromium_org/mojo/system/
H A Dmessage_pipe_test_utils.h42 base::TestIOThread test_io_thread_;
H A Dmessage_pipe_test_utils.cc37 test_io_thread_(base::TestIOThread::kManualStart) {
H A Dchannel_unittest.cc34 : io_thread_(base::TestIOThread::kAutoStart),
66 base::TestIOThread* io_thread() { return &io_thread_; }
83 base::TestIOThread io_thread_;
H A Draw_channel_unittest.cc75 RawChannelTest() : io_thread_(base::TestIOThread::kManualStart) {}
92 base::TestIOThread* io_thread() { return &io_thread_; }
97 base::TestIOThread io_thread_;
H A Dremote_message_pipe_unittest.cc45 RemoteMessagePipeTest() : io_thread_(base::TestIOThread::kAutoStart) {}
96 base::TestIOThread* io_thread() { return &io_thread_; }
170 base::TestIOThread io_thread_;
/external/chromium_org/mojo/embedder/
H A Dembedder_unittest.cc104 EmbedderTest() : test_io_thread_(base::TestIOThread::kAutoStart) {}
108 base::TestIOThread* test_io_thread() { return &test_io_thread_; }
111 base::TestIOThread test_io_thread_;
473 base::TestIOThread test_io_thread(base::TestIOThread::kAutoStart);
/external/chromium_org/ipc/
H A Dipc_perftest_support.cc279 base::TestIOThread io_thread(base::TestIOThread::kAutoStart);

Completed in 3301 milliseconds