HomeSort by relevance Sort by last modified time
    Searched defs:TestIOThread (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/test/
test_io_thread.cc 23 TestIOThread::TestIOThread(Mode mode)
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,
test_io_thread.h 21 class TestIOThread {
24 explicit TestIOThread(Mode mode);
26 ~TestIOThread();
54 DISALLOW_COPY_AND_ASSIGN(TestIOThread);

Completed in 141 milliseconds