OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestIOThread
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/test/
test_io_thread.cc
23
TestIOThread
::
TestIOThread
(Mode mode)
35
TestIOThread
::~
TestIOThread
() {
39
void
TestIOThread
::Start() {
46
void
TestIOThread
::Stop() {
52
void
TestIOThread
::PostTask(const tracked_objects::Location& from_here,
57
void
TestIOThread
::PostTaskAndWait(const tracked_objects::Location& from_here,
test_io_thread.h
21
class
TestIOThread
{
24
explicit
TestIOThread
(Mode mode);
26
~
TestIOThread
();
54
DISALLOW_COPY_AND_ASSIGN(
TestIOThread
);
Completed in 297 milliseconds