Searched defs:io_thread_state_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/test/base/
H A Dtesting_io_thread_state.h25 IOThread* io_thread_state() { return io_thread_state_.get(); }
31 scoped_ptr<IOThread> io_thread_state_; member in class:chrome::TestingIOThreadState
/external/chromium_org/components/navigation_interception/
H A Dintercept_navigation_resource_throttle_unittest.cc190 io_thread_state_(NULL) {
202 content::BrowserThread::IO, FROM_HERE, io_thread_state_);
208 io_thread_state_ = io_thread_state;
278 TestIOThreadState* io_thread_state_; member in class:navigation_interception::InterceptNavigationResourceThrottleTest
287 ASSERT_TRUE(io_thread_state_);
288 EXPECT_TRUE(io_thread_state_->request_resumed());
297 ASSERT_TRUE(io_thread_state_);
298 EXPECT_TRUE(io_thread_state_->request_cancelled());
339 ASSERT_TRUE(io_thread_state_);
340 EXPECT_TRUE(io_thread_state_
[all...]

Completed in 711 milliseconds