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

  /external/chromium_org/chrome/test/base/
testing_io_thread_state.h 25 IOThread* io_thread_state() { return io_thread_state_.get(); }
31 scoped_ptr<IOThread> io_thread_state_; member in class:chrome::TestingIOThreadState
testing_io_thread_state.cc 49 io_thread_state_.reset(
62 TestingBrowserProcess::GetGlobal()->SetIOThread(io_thread_state_.get());
75 io_thread_state_.reset();
86 io_thread_state_->SetGlobalsForTesting(new IOThread::Globals());
87 io_thread_state_->globals()->network_time_notifier.reset(
97 delete io_thread_state_->globals();
98 io_thread_state_->SetGlobalsForTesting(NULL);
  /external/chromium_org/components/navigation_interception/
intercept_navigation_resource_throttle_unittest.cc 183 io_thread_state_(NULL) {
197 base::Bind(&base::DeletePointer<TestIOThreadState>, io_thread_state_));
203 io_thread_state_ = io_thread_state;
273 TestIOThreadState* io_thread_state_; member in class:navigation_interception::InterceptNavigationResourceThrottleTest
282 EXPECT_TRUE(io_thread_state_);
283 EXPECT_TRUE(io_thread_state_->request_resumed());
292 EXPECT_TRUE(io_thread_state_);
293 EXPECT_TRUE(io_thread_state_->request_cancelled());
334 EXPECT_TRUE(io_thread_state_);
335 EXPECT_TRUE(io_thread_state_->request_resumed())
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
login_utils_browsertest.cc 211 // DBusThreadManager should be initialized before io_thread_state_, as
213 // which is part of io_thread_state_.
285 io_thread_state_.reset(new IOThread(local_state_.Get(),
288 browser_process_->SetIOThread(io_thread_state_.get());
520 scoped_ptr<IOThread> io_thread_state_; member in class:chromeos::__anon6916::LoginUtilsTest

Completed in 40 milliseconds