Lines Matching defs:defaultValue
19 const char* defaultValue,
24 info->fDefaultString.set(defaultValue);
27 SetDefaultStrings(pStrings, defaultValue);
32 const char* defaultValue) {
34 if (nullptr == defaultValue) {
38 size_t defaultLength = strlen(defaultValue);
40 const char* const defaultEnd = defaultValue + defaultLength;
41 const char* begin = defaultValue;
194 if (flag->defaultValue().size() > 0) {
195 SkDebugf("\tdefault: %s", flag->defaultValue().c_str());