Searched defs:PPAPITest (Results 1 - 4 of 4) sorted by last modified time

/external/chromium_org/content/test/ppapi/
H A Dppapi_test.cc104 PPAPITest::PPAPITest() : in_process_(true) { function in class:content::PPAPITest
107 void PPAPITest::SetUpCommandLine(base::CommandLine* command_line) {
127 std::string PPAPITest::BuildQuery(const std::string& base,
H A Dppapi_test.h70 class PPAPITest : public PPAPITestBase { class in namespace:content
72 PPAPITest();
82 // Variant of PPAPITest that runs plugins out-of-process to test proxy
84 class OutOfProcessPPAPITest : public PPAPITest {
/external/chromium_org/chrome/test/ppapi/
H A Dppapi_test.cc282 PPAPITest::PPAPITest() : in_process_(true) { function in class:PPAPITest
285 void PPAPITest::SetUpCommandLine(base::CommandLine* command_line) {
312 std::string PPAPITest::BuildQuery(const std::string& base,
318 PPAPITest::SetUpCommandLine(command_line);
327 PPAPITest::SetUpCommandLine(command_line);
H A Dppapi_test.h93 class PPAPITest : public PPAPITestBase { class in inherits:PPAPITestBase
95 PPAPITest();
105 class PPAPIPrivateTest : public PPAPITest {
110 // Variant of PPAPITest that runs plugins out-of-process to test proxy
112 class OutOfProcessPPAPITest : public PPAPITest {

Completed in 102 milliseconds