HomeSort by relevance Sort by last modified time
    Searched refs:PPAPITestBase (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/test/ppapi/
ppapi_test.cc 69 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() {
129 void PPAPITestBase::SetUp() {
134 void PPAPITestBase::SetUpCommandLine(base::CommandLine* command_line)
    [all...]
ppapi_test.h 37 class PPAPITestBase : public 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:
  /external/chromium_org/content/test/ppapi/
ppapi_test.cc 44 PPAPITestBase::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);
ppapi_test.h 44 class PPAPITestBase : public ContentBrowserTest {
46 PPAPITestBase();
70 class PPAPITest : public PPAPITestBase {

Completed in 104 milliseconds