OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
207
void SetIOThreadState(TestIOThreadState*
io_thread_state
) {
208
io_thread_state_ =
io_thread_state
;
219
TestIOThreadState*
io_thread_state
=
local
224
SetIOThreadState(
io_thread_state
);
227
io_thread_state
->ThrottleWillStartRequest(defer);
229
io_thread_state
->ThrottleWillRedirectRequest(url, defer);
/external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl_unittest.cc
85
testing_io_thread_state_->
io_thread_state
()->globals()->host_resolver.reset(
Completed in 73 milliseconds