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

/external/chromium_org/mojo/embedder/
H A Dembedder_unittest.cc15 #include "base/test/test_io_thread.h"
108 base::TestIOThread* test_io_thread() { return &test_io_thread_; } function in class:mojo::embedder::__anon8734::EmbedderTest
121 ScopedTestChannel server_channel(test_io_thread()->task_runner(),
125 ScopedTestChannel client_channel(test_io_thread()->task_runner(),
178 ScopedTestChannel server_channel(test_io_thread()->task_runner(),
182 ScopedTestChannel client_channel(test_io_thread()->task_runner(),
347 test_io_thread()->task_runner(),
473 base::TestIOThread test_io_thread(base::TestIOThread::kAutoStart);
477 ScopedTestChannel client_channel(test_io_thread.task_runner(),

Completed in 94 milliseconds