OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fConfigFileKeys
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/utils/
SkRTConf.cpp
50
fConfigFileKeys
.append(1, &key);
78
for (int i = 0 ; i <
fConfigFileKeys
.count() ; i++) {
79
if (fConfs.find(
fConfigFileKeys
[i]->c_str())) {
80
SkDebugf("WARNING: You have config value %s in your configuration file, but I've never heard of that.\n",
fConfigFileKeys
[i]->c_str());
206
for (int i = 0 ; i <
fConfigFileKeys
.count() ; i++) {
207
if (
fConfigFileKeys
[i]->equals(name)) {
/external/skia/include/utils/
SkRTConf.h
82
SkTDArray<SkString *>
fConfigFileKeys
, fConfigFileValues;
Completed in 689 milliseconds