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
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
47
io_thread_state_
.reset(
60
TestingBrowserProcess::GetGlobal()->SetIOThread(
io_thread_state_
.get());
73
io_thread_state_
.reset();
84
io_thread_state_
->SetGlobalsForTesting(new IOThread::Globals());
92
delete
io_thread_state_
->globals();
93
io_thread_state_
->SetGlobalsForTesting(NULL);
/external/chromium_org/components/navigation_interception/
intercept_navigation_resource_throttle_unittest.cc
190
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_
->request_resumed())
[
all
...]
Completed in 766 milliseconds