Home | History | Annotate | Download | only in win

Lines Matching full:dict

447 void WebPreferences::copyWebKitPreferencesToCFPreferences(CFDictionaryRef dict)
449 ASSERT_ARG(dict, dict);
451 int count = CFDictionaryGetCount(dict);
456 bool omitDefaults = !booleanValueForPreferencesValue(CFDictionaryGetValue(dict, didRemoveDefaultsKey));
460 CFDictionaryGetKeysAndValues(dict, keys.get(), values.get());