OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fCommonName
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tools/skpdiff/
SkDiffContext.cpp
121
newRecord->
fCommonName
= get_combined_name(baseName, testName);
123
newRecord->
fCommonName
= get_common_prefix(baseName, testName);
125
newRecord->
fCommonName
.append(".png");
157
&& !newRecord->
fCommonName
.isEmpty()) {
160
newRecord->
fCommonName
.c_str());
177
&& !newRecord->
fCommonName
.isEmpty()) {
189
newRecord->
fCommonName
.c_str());
200
&& !newRecord->
fCommonName
.isEmpty()) {
202
newRecord->
fCommonName
.c_str());
317
stream.writeText(currentRecord->
fCommonName
.c_str())
[
all
...]
SkDiffContext.h
171
SkString
fCommonName
;
Completed in 850 milliseconds