Searched defs:PPAPITestBase (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/test/ppapi/
H A Dppapi_test.h44 class PPAPITestBase : public ContentBrowserTest { class in namespace:content
46 PPAPITestBase();
70 class PPAPITest : public PPAPITestBase {
H A Dppapi_test.cc44 PPAPITestBase::PPAPITestBase() { } function in class:content::PPAPITestBase
46 void PPAPITestBase::SetUpCommandLine(base::CommandLine* command_line) {
61 GURL PPAPITestBase::GetTestFileUrl(const std::string& test_case) {
78 void PPAPITestBase::RunTest(const std::string& test_case) {
83 void PPAPITestBase::RunTestAndReload(const std::string& test_case) {
90 void PPAPITestBase::RunTestURL(const GURL& test_url) {
108 PPAPITestBase::SetUpCommandLine(command_line);
/external/chromium_org/chrome/test/ppapi/
H A Dppapi_test.h37 class PPAPITestBase : public InProcessBrowserTest { class in inherits:InProcessBrowserTest
39 PPAPITestBase();
62 explicit InfoBarObserver(PPAPITestBase* test_base);
76 PPAPITestBase* test_base_;
93 class PPAPITest : public PPAPITestBase {
125 class PPAPINaClTest : public PPAPITestBase {
129 // PPAPITestBase overrides.
191 class PPAPINaClTestDisallowedSockets : public PPAPITestBase {
201 // PPAPITestBase override:
H A Dppapi_test.cc69 PPAPITestBase::InfoBarObserver::InfoBarObserver(PPAPITestBase* test_base)
77 PPAPITestBase::InfoBarObserver::~InfoBarObserver() {
81 void PPAPITestBase::InfoBarObserver::ExpectInfoBarAndAccept(
88 void PPAPITestBase::InfoBarObserver::Observe(
101 void PPAPITestBase::InfoBarObserver::VerifyInfoBarState() {
126 PPAPITestBase::PPAPITestBase() { function in class:PPAPITestBase
129 void PPAPITestBase::SetUp() {
134 void PPAPITestBase
[all...]

Completed in 102 milliseconds