Home
last modified time | relevance | path

Searched refs:TestingIOThreadState (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/test/base/
Dtesting_io_thread_state.cc42 TestingIOThreadState::TestingIOThreadState() { in TestingIOThreadState() function in chrome::TestingIOThreadState
57 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()
Dtesting_io_thread_state.h21 class TestingIOThreadState {
23 TestingIOThreadState();
24 ~TestingIOThreadState();
33 DISALLOW_COPY_AND_ASSIGN(TestingIOThreadState);
/external/chromium_org/chrome/browser/ui/views/frame/
Dtest_with_browser_view.h12 class TestingIOThreadState; variable
42 scoped_ptr<chrome::TestingIOThreadState> testing_io_thread_state_;
Dtest_with_browser_view.cc53 testing_io_thread_state_.reset(new chrome::TestingIOThreadState()); in SetUp()
/external/chromium_org/chrome/browser/profiles/
Doff_the_record_profile_impl_unittest.cc91 testing_io_thread_state_.reset(new chrome::TestingIOThreadState()); in SetUp()
110 scoped_ptr<chrome::TestingIOThreadState> testing_io_thread_state_;
/external/chromium_org/chrome/browser/ui/toolbar/
Dwrench_menu_model_unittest.cc69 testing_io_thread_state_.reset(new chrome::TestingIOThreadState()); in SetUp()
82 scoped_ptr<chrome::TestingIOThreadState> testing_io_thread_state_;
/external/chromium_org/chrome/browser/printing/cloud_print/test/
Dcloud_print_proxy_process_browsertest.cc495 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()