OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:io_thread_state_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/test/base/
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);
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
/external/chromium_org/components/navigation_interception/
intercept_navigation_resource_throttle_unittest.cc
187
io_thread_state_
(NULL) {
199
content::BrowserThread::IO, FROM_HERE,
io_thread_state_
);
205
io_thread_state_
= io_thread_state;
274
TestIOThreadState*
io_thread_state_
;
member in class:navigation_interception::InterceptNavigationResourceThrottleTest
283
ASSERT_TRUE(
io_thread_state_
);
284
EXPECT_TRUE(
io_thread_state_
->request_resumed());
293
ASSERT_TRUE(
io_thread_state_
);
294
EXPECT_TRUE(
io_thread_state_
->request_cancelled());
335
ASSERT_TRUE(
io_thread_state_
);
336
EXPECT_TRUE(
io_thread_state_
->request_resumed())
[
all
...]
/external/chromium_org/chrome/browser/chromeos/login/
login_utils_browsertest.cc
199
// DBusThreadManager should be initialized before
io_thread_state_
, as
201
// which is part of
io_thread_state_
.
240
io_thread_state_
.reset(new IOThread(local_state_.Get(),
243
browser_process_->SetIOThread(
io_thread_state_
.get());
466
scoped_ptr<IOThread>
io_thread_state_
;
member in class:chromeos::__anon4347::LoginUtilsTest
Completed in 209 milliseconds