Searched refs:kJsonValue_Header_Type (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/tools/
H A Dimage_expectations.cpp45 const static char kJsonValue_Header_Type[] = "ChecksummedImages"; variable
150 if (strcmp(headerType.asCString(), kJsonValue_Header_Type)) {
152 jsonPath, kJsonValue_Header_Type, headerType.asCString());
230 header[kJsonKey_Header_Type] = kJsonValue_Header_Type;
/external/skia/tools/
H A Dimage_expectations.cpp43 const static char kJsonValue_Header_Type[] = "ChecksummedImages"; variable
123 if (strcmp(headerType.asCString(), kJsonValue_Header_Type)) {
125 jsonPath, kJsonValue_Header_Type, headerType.asCString());
205 header[kJsonKey_Header_Type] = kJsonValue_Header_Type;

Completed in 783 milliseconds