Searched refs:TestChildProcess (Results 1 - 3 of 3) sorted by last modified time

/external/chromium_org/mojo/shell/
H A Dchild_process.cc34 rv.reset(new TestChildProcess());
H A Dtest_child_process.cc15 TestChildProcess::TestChildProcess() { function in class:mojo::shell::TestChildProcess
18 TestChildProcess::~TestChildProcess() {
21 void TestChildProcess::Main() {
22 VLOG(2) << "TestChildProcess::Main()";
H A Dtest_child_process.h14 class TestChildProcess : public ChildProcess { class in namespace:mojo::shell
16 TestChildProcess();
17 virtual ~TestChildProcess();
22 DISALLOW_COPY_AND_ASSIGN(TestChildProcess);

Completed in 83 milliseconds