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

  /external/chromium_org/chrome/test/base/
testing_io_thread_state.h 20 // accessing io_thread_state()->globals() on the IO thread during test setup.
25 IOThread* io_thread_state() { return io_thread_state_.get(); } function in class:chrome::TestingIOThreadState
  /external/chromium_org/components/navigation_interception/
intercept_navigation_resource_throttle_unittest.cc 202 void SetIOThreadState(TestIOThreadState* io_thread_state) {
203 io_thread_state_ = io_thread_state;
214 TestIOThreadState* io_thread_state = local
219 SetIOThreadState(io_thread_state);
222 io_thread_state->ThrottleWillStartRequest(defer);
224 io_thread_state->ThrottleWillRedirectRequest(url, defer);
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl_unittest.cc 96 testing_io_thread_state_->io_thread_state()->globals()->host_resolver.reset(

Completed in 135 milliseconds