Home
last modified time | relevance | path

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

/external/webkit/WebKit/win/
DWebPreferenceKeysPrivate.h34 #define WebKitFixedFontPreferenceKey "WebKitFixedFont" macro
DWebPreferences.cpp188 CFDictionaryAddValue(defaults, CFSTR(WebKitFixedFontPreferenceKey), CFSTR("Courier New")); in initializeDefaultSettings()
574 *family = stringValueForKey(CFSTR(WebKitFixedFontPreferenceKey)); in fixedFontFamily()
581 setStringValue(CFSTR(WebKitFixedFontPreferenceKey), family); in setFixedFontFamily()
/external/webkit/WebKit/mac/WebView/
DWebPreferenceKeysPrivate.h34 #define WebKitFixedFontPreferenceKey @"WebKitFixedFont" macro
DWebPreferences.mm299 @"Courier", WebKitFixedFontPreferenceKey,
486 return [self _stringValueForKey: WebKitFixedFontPreferenceKey];
491 [self _setStringValue: family forKey: WebKitFixedFontPreferenceKey];