OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestChildProcess
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/mojo/shell/
test_child_process.cc
15
TestChildProcess
::
TestChildProcess
() {
18
TestChildProcess
::~
TestChildProcess
() {
21
void
TestChildProcess
::Main() {
22
VLOG(2) << "
TestChildProcess
::Main()";
test_child_process.h
14
class
TestChildProcess
: public ChildProcess {
16
TestChildProcess
();
17
virtual ~
TestChildProcess
();
22
DISALLOW_COPY_AND_ASSIGN(
TestChildProcess
);
Completed in 1321 milliseconds