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

/macosx-10.10/WebKit-7600.1.25/win/
H A DWebPreferenceKeysPrivate.h34 #define WebKitFixedFontPreferenceKey "WebKitFixedFont" macro
H A DWebPreferences.cpp194 CFDictionaryAddValue(defaults, CFSTR(WebKitFixedFontPreferenceKey), CFSTR("Courier New"));
616 *family = stringValueForKey(WebKitFixedFontPreferenceKey);
623 setStringValue(WebKitFixedFontPreferenceKey, family);
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebPreferenceKeysPrivate.h33 #define WebKitFixedFontPreferenceKey @"WebKitFixedFont" macro
H A DWebPreferences.mm402 @"Courier", WebKitFixedFontPreferenceKey,
803 return [self _stringValueForKey: WebKitFixedFontPreferenceKey];
808 [self _setStringValue: family forKey: WebKitFixedFontPreferenceKey];

Completed in 125 milliseconds