Searched refs:WebKitDefaultFixedFontSizePreferenceKey (Results 1 – 4 of 4) sorted by relevance
42 #define WebKitDefaultFixedFontSizePreferenceKey "WebKitDefaultFixedFontSize" macro
196 CFDictionaryAddValue(defaults, CFSTR(WebKitDefaultFixedFontSizePreferenceKey), CFSTR("13")); in initializeDefaultSettings()648 *fontSize = integerValueForKey(CFSTR(WebKitDefaultFixedFontSizePreferenceKey)); in defaultFixedFontSize()655 setIntegerValue(CFSTR(WebKitDefaultFixedFontSizePreferenceKey), fontSize); in setDefaultFixedFontSize()
42 #define WebKitDefaultFixedFontSizePreferenceKey @"WebKitDefaultFixedFontSize" macro
307 @"13", WebKitDefaultFixedFontSizePreferenceKey,539 return [self _integerValueForKey: WebKitDefaultFixedFontSizePreferenceKey];544 [self _setIntegerValue: size forKey: WebKitDefaultFixedFontSizePreferenceKey];