Home
last modified time | relevance | path

Searched refs:StartClient (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/core/test/
Dmojo_test_base.h59 ClientController& StartClient(const std::string& client_name);
69 ClientController& c = StartClient(client_name); in RunTestClientAndGetExitCode()
Dmojo_test_base.cc48 MojoTestBase::ClientController& MojoTestBase::StartClient( in StartClient() function in mojo::core::test::MojoTestBase