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

/external/webkit/Source/WebKit/win/
H A DWebPreferences.cpp102 static CFDictionaryRef defaultSettings; variable
181 if (defaultSettings)
270 defaultSettings = defaults;
283 return CFDictionaryGetValue(defaultSettings, key);
477 CFTypeRef defaultValue = CFDictionaryGetValue(defaultSettings, keys[i]);

Completed in 56 milliseconds