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

/external/chromium_org/third_party/skia/gm/
H A Dgm_expectations.h205 class JsonExpectationsSource : public ExpectationsSource { class in namespace:skiagm
213 explicit JsonExpectationsSource(const char *jsonPath);
H A Dgm_expectations.cpp210 // JsonExpectationsSource class...
212 JsonExpectationsSource::JsonExpectationsSource(const char *jsonPath) { function in class:skiagm::JsonExpectationsSource
217 Expectations JsonExpectationsSource::get(const char *testName) const {
221 /*static*/ bool JsonExpectationsSource::Parse(const char *jsonPath, Json::Value *jsonRoot) {
/external/skia/gm/
H A Dgm_expectations.h205 class JsonExpectationsSource : public ExpectationsSource { class in namespace:skiagm
213 explicit JsonExpectationsSource(const char *jsonPath);
H A Dgm_expectations.cpp210 // JsonExpectationsSource class...
212 JsonExpectationsSource::JsonExpectationsSource(const char *jsonPath) { function in class:skiagm::JsonExpectationsSource
217 Expectations JsonExpectationsSource::get(const char *testName) const {
221 /*static*/ bool JsonExpectationsSource::Parse(const char *jsonPath, Json::Value *jsonRoot) {

Completed in 191 milliseconds