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

  /external/chromium_org/content/test/
content_test_suite.h 17 class ContentTestSuite : public ContentTestSuiteBase {
19 ContentTestSuite(int argc, char** argv);
20 virtual ~ContentTestSuite();
32 DISALLOW_COPY_AND_ASSIGN(ContentTestSuite);
content_test_suite.cc 45 ContentTestSuite::ContentTestSuite(int argc, char** argv)
55 ContentTestSuite::~ContentTestSuite() {
61 void ContentTestSuite::Initialize() {
73 ContentClient* ContentTestSuite::CreateClientForInitialization() {
run_all_perftests.cc 10 new content::ContentTestSuite(argc, argv));
run_all_unittests.cc 12 new content::ContentTestSuite(argc, argv));
  /external/chromium_org/content/common/gpu/client/
gl_helper_benchmark.cc 313 base::TestSuite* suite = new content::ContentTestSuite(argc, argv);
gl_helper_unittests.cc     [all...]

Completed in 1483 milliseconds