Home
last modified time | relevance | path

Searched refs:numberValueForPreferencesValue (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebKit/win/
DWebPreferences.cpp70 static NumberType numberValueForPreferencesValue(CFPropertyListRef value) in numberValueForPreferencesValue() function
98 return numberValueForPreferencesValue<int>(value); in booleanValueForPreferencesValue()
301 return numberValueForPreferencesValue<int>(valueForKey(key).get()); in integerValueForKey()
311 return numberValueForPreferencesValue<float>(valueForKey(key).get()); in floatValueForKey()
316 return numberValueForPreferencesValue<LONGLONG>(valueForKey(key).get()); in longlongValueForKey()
DChangeLog5426 (numberValueForPreferencesValue): Converts a value from preferences to
5432 numberValueForPreferencesValue.