Home | History | Annotate | Download | only in ppapi

Lines Matching refs:SetUpCommandLine

134 void PPAPITestBase::SetUpCommandLine(base::CommandLine* command_line) {
285 void PPAPITest::SetUpCommandLine(base::CommandLine* command_line) {
286 PPAPITestBase::SetUpCommandLine(command_line);
317 void PPAPIPrivateTest::SetUpCommandLine(base::CommandLine* command_line) {
318 PPAPITest::SetUpCommandLine(command_line);
326 void OutOfProcessPPAPITest::SetUpCommandLine(base::CommandLine* command_line) {
327 PPAPITest::SetUpCommandLine(command_line);
332 void OutOfProcessPPAPIPrivateTest::SetUpCommandLine(
334 OutOfProcessPPAPITest::SetUpCommandLine(command_line);
338 void PPAPINaClTest::SetUpCommandLine(base::CommandLine* command_line) {
340 PPAPITestBase::SetUpCommandLine(command_line);
398 void PPAPIPrivateNaClNewlibTest::SetUpCommandLine(
400 PPAPINaClNewlibTest::SetUpCommandLine(command_line);
411 void PPAPIPrivateNaClGLibcTest::SetUpCommandLine(
413 PPAPINaClGLibcTest::SetUpCommandLine(command_line);
424 void PPAPIPrivateNaClPNaClTest::SetUpCommandLine(
426 PPAPINaClPNaClTest::SetUpCommandLine(command_line);
430 void PPAPINaClPNaClNonSfiTest::SetUpCommandLine(
433 PPAPINaClTest::SetUpCommandLine(command_line);
445 void PPAPIPrivateNaClPNaClNonSfiTest::SetUpCommandLine(
447 PPAPINaClPNaClNonSfiTest::SetUpCommandLine
451 void PPAPINaClTestDisallowedSockets::SetUpCommandLine(
453 PPAPITestBase::SetUpCommandLine(command_line);