Home | History | Annotate | Download | only in gm

Lines Matching refs:Expectations

119     // Expectations class...
121 Expectations::Expectations(bool ignoreFailure) {
125 Expectations::Expectations(const SkBitmap& bitmap, bool ignoreFailure) {
131 Expectations::Expectations(const BitmapAndDigest& bitmapAndDigest) {
137 Expectations::Expectations(Json::Value jsonElement) {
170 bool Expectations::match(GmResultDigest actualGmResultDigest) const {
180 Json::Value Expectations::asJsonValue() const {
196 Expectations IndividualImageExpectationsSource::get(const char *testName) const {
203 return Expectations(referenceBitmap);
205 return Expectations();
217 Expectations JsonExpectationsSource::get(const char *testName) const {
218 return Expectations(fJsonExpectedResults[testName]);