Lines Matching full:defaultvalue
15 const char* defaultValue, const char* helpString) {
17 info->fDefaultString.set(defaultValue);
20 SetDefaultStrings(pStrings, defaultValue);
25 const char* defaultValue) {
27 if (NULL == defaultValue) {
31 size_t defaultLength = strlen(defaultValue);
33 const char* const defaultEnd = defaultValue + defaultLength;
34 const char* begin = defaultValue;
151 if (flag->defaultValue().size() > 0) {
152 SkDebugf("\tdefault: %s", flag->defaultValue().c_str());