Searched refs:defaultSettings (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebKit/win/
H A DWebPreferences.cpp103 static CFDictionaryRef defaultSettings; variable
182 if (defaultSettings)
260 defaultSettings = defaults;
273 return CFDictionaryGetValue(defaultSettings, key);
467 CFTypeRef defaultValue = CFDictionaryGetValue(defaultSettings, keys[i]);

Completed in 12 milliseconds