Searched refs:TestingIOThreadState (Results 1 – 7 of 7) sorted by relevance
42 TestingIOThreadState::TestingIOThreadState() { in TestingIOThreadState() function in chrome::TestingIOThreadState57 base::Bind(&TestingIOThreadState::Initialize, in TestingIOThreadState()65 TestingIOThreadState::~TestingIOThreadState() { in ~TestingIOThreadState()69 base::Bind(&TestingIOThreadState::Shutdown, in ~TestingIOThreadState()83 void TestingIOThreadState::Initialize(const base::Closure& done) { in Initialize()94 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; variable42 scoped_ptr<chrome::TestingIOThreadState> testing_io_thread_state_;
53 testing_io_thread_state_.reset(new chrome::TestingIOThreadState()); in SetUp()
91 testing_io_thread_state_.reset(new chrome::TestingIOThreadState()); in SetUp()110 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_;
495 chrome::TestingIOThreadState testing_io_thread_state; in TEST_F()526 chrome::TestingIOThreadState testing_io_thread_state; in TEST_F()574 chrome::TestingIOThreadState testing_io_thread_state; in TEST_F()