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

  /external/chromium_org/third_party/skia/gm/
gm_expectations.h 205 class JsonExpectationsSource : public ExpectationsSource {
213 explicit JsonExpectationsSource(const char *jsonPath);
gm_expectations.cpp 210 // JsonExpectationsSource class...
212 JsonExpectationsSource::JsonExpectationsSource(const char *jsonPath) {
217 Expectations JsonExpectationsSource::get(const char *testName) const {
221 /*static*/ bool JsonExpectationsSource::Parse(const char *jsonPath, Json::Value *jsonRoot) {
  /external/skia/gm/
gm_expectations.h 205 class JsonExpectationsSource : public ExpectationsSource {
213 explicit JsonExpectationsSource(const char *jsonPath);
gm_expectations.cpp 210 // JsonExpectationsSource class...
212 JsonExpectationsSource::JsonExpectationsSource(const char *jsonPath) {
217 Expectations JsonExpectationsSource::get(const char *testName) const {
221 /*static*/ bool JsonExpectationsSource::Parse(const char *jsonPath, Json::Value *jsonRoot) {

Completed in 112 milliseconds