OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestingIOThreadState
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/test/base/
testing_io_thread_state.cc
42
TestingIOThreadState
::
TestingIOThreadState
() {
57
base::Bind(&
TestingIOThreadState
::Initialize,
65
TestingIOThreadState
::~
TestingIOThreadState
() {
69
base::Bind(&
TestingIOThreadState
::Shutdown,
83
void
TestingIOThreadState
::Initialize(const base::Closure& done) {
94
void
TestingIOThreadState
::Shutdown(const base::Closure& done) {
testing_io_thread_state.h
21
class
TestingIOThreadState
{
23
TestingIOThreadState
();
24
~
TestingIOThreadState
();
33
DISALLOW_COPY_AND_ASSIGN(
TestingIOThreadState
);
Completed in 24 milliseconds