HomeSort by relevance Sort by last modified time
    Searched refs:TestingIOThreadState (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/test/base/
testing_io_thread_state.h 21 class TestingIOThreadState {
23 TestingIOThreadState();
24 ~TestingIOThreadState();
33 DISALLOW_COPY_AND_ASSIGN(TestingIOThreadState);
testing_io_thread_state.cc 42 TestingIOThreadState::TestingIOThreadState() {
57 base::Bind(&TestingIOThreadState::Initialize,
65 TestingIOThreadState::~TestingIOThreadState() {
69 base::Bind(&TestingIOThreadState::Shutdown,
83 void TestingIOThreadState::Initialize(const base::Closure& done) {
94 void TestingIOThreadState::Shutdown(const base::Closure& done) {
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl_unittest.cc 95 testing_io_thread_state_.reset(new chrome::TestingIOThreadState());
114 scoped_ptr<chrome::TestingIOThreadState> testing_io_thread_state_;
  /external/chromium_org/chrome/browser/ui/toolbar/
wrench_menu_model_unittest.cc 91 testing_io_thread_state_.reset(new chrome::TestingIOThreadState());
104 scoped_ptr<chrome::TestingIOThreadState> testing_io_thread_state_;
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view_unittest.cc 87 scoped_ptr<chrome::TestingIOThreadState> testing_io_thread_state_;
145 testing_io_thread_state_.reset(new chrome::TestingIOThreadState());
  /external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_proxy_process_browsertest.cc 488 chrome::TestingIOThreadState testing_io_thread_state;
519 chrome::TestingIOThreadState testing_io_thread_state;
567 chrome::TestingIOThreadState testing_io_thread_state;

Completed in 1686 milliseconds