Searched refs:TestingIOThreadState (Results 1 – 7 of 7) sorted by relevance
40 TestingIOThreadState::TestingIOThreadState() { in TestingIOThreadState() function in chrome::TestingIOThreadState55 base::Bind(&TestingIOThreadState::Initialize, in TestingIOThreadState()63 TestingIOThreadState::~TestingIOThreadState() { in ~TestingIOThreadState()67 base::Bind(&TestingIOThreadState::Shutdown, in ~TestingIOThreadState()81 void TestingIOThreadState::Initialize(const base::Closure& done) { in Initialize()89 void TestingIOThreadState::Shutdown(const base::Closure& done) { in Shutdown()
21 class TestingIOThreadState {23 TestingIOThreadState();24 ~TestingIOThreadState();33 DISALLOW_COPY_AND_ASSIGN(TestingIOThreadState);
12 class TestingIOThreadState; variable45 scoped_ptr<chrome::TestingIOThreadState> testing_io_thread_state_;
60 testing_io_thread_state_.reset(new chrome::TestingIOThreadState()); in SetUp()
92 testing_io_thread_state_.reset(new chrome::TestingIOThreadState()); in SetUp()114 scoped_ptr<chrome::TestingIOThreadState> testing_io_thread_state_;
69 testing_io_thread_state_.reset(new chrome::TestingIOThreadState()); in SetUp()82 scoped_ptr<chrome::TestingIOThreadState> testing_io_thread_state_;
516 chrome::TestingIOThreadState testing_io_thread_state; in TEST_F()547 chrome::TestingIOThreadState testing_io_thread_state; in TEST_F()595 chrome::TestingIOThreadState testing_io_thread_state; in TEST_F()