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

  /external/chromium_org/ppapi/tests/
testing_instance.cc 19 TestCaseFactory* TestCaseFactory::head_ = NULL;
232 TestCaseFactory* iter = TestCaseFactory::head_;
256 TestCaseFactory* iter = TestCaseFactory::head_;
test_case.h 255 class TestCaseFactory {
259 TestCaseFactory(const char* name, Method method)
269 TestCaseFactory* next_;
273 static TestCaseFactory* head_;
288 static TestCaseFactory g_Test##name_factory( \

Completed in 152 milliseconds