Home
last modified time | relevance | path

Searched refs:fCommonName (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/tools/skpdiff/
DSkDiffContext.cpp89 newRecord->fCommonName = get_common_prefix(baseName, testName); in addDiff()
118 && !newRecord->fCommonName.isEmpty()) { in addDiff()
121 newRecord->fCommonName.c_str()); in addDiff()
241 stream.writeText(currentRecord->fCommonName.c_str()); in outputRecords()
DSkDiffContext.h120 SkString fCommonName; member
/external/skia/tools/skpdiff/
DSkDiffContext.cpp89 newRecord->fCommonName = get_common_prefix(baseName, testName); in addDiff()
118 && !newRecord->fCommonName.isEmpty()) { in addDiff()
121 newRecord->fCommonName.c_str()); in addDiff()
241 stream.writeText(currentRecord->fCommonName.c_str()); in outputRecords()
DSkDiffContext.h120 SkString fCommonName; member