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

/external/webkit/Source/WebKit/win/
H A DWebPreferenceKeysPrivate.h34 #define WebKitFixedFontPreferenceKey "WebKitFixedFont" macro
H A DWebPreferences.cpp187 CFDictionaryAddValue(defaults, CFSTR(WebKitFixedFontPreferenceKey), CFSTR("Courier New"));
584 *family = stringValueForKey(CFSTR(WebKitFixedFontPreferenceKey));
591 setStringValue(CFSTR(WebKitFixedFontPreferenceKey), family);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebPreferenceKeysPrivate.h34 #define WebKitFixedFontPreferenceKey @"WebKitFixedFont" macro
H A DWebPreferences.mm320 @"Courier", WebKitFixedFontPreferenceKey,
540 return [self _stringValueForKey: WebKitFixedFontPreferenceKey];
545 [self _setStringValue: family forKey: WebKitFixedFontPreferenceKey];

Completed in 123 milliseconds