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

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebPreferences.cpp69 static NumberType numberValueForPreferencesValue(CFPropertyListRef value) function
97 return numberValueForPreferencesValue<int>(value);
339 return numberValueForPreferencesValue<int>(valueForKey(key).get());
349 return numberValueForPreferencesValue<float>(valueForKey(key).get());
354 return numberValueForPreferencesValue<LONGLONG>(valueForKey(key).get());

Completed in 195 milliseconds