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

/external/webkit/Source/WebKit/win/
H A DWebPreferenceKeysPrivate.h38 #define WebKitFantasyFontPreferenceKey "WebKitFantasyFont" macro
H A DWebPreferences.cpp191 CFDictionaryAddValue(defaults, CFSTR(WebKitFantasyFontPreferenceKey), CFSTR("Comic Sans MS"));
640 *family = stringValueForKey(CFSTR(WebKitFantasyFontPreferenceKey));
647 setStringValue(CFSTR(WebKitFantasyFontPreferenceKey), family);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebPreferenceKeysPrivate.h38 #define WebKitFantasyFontPreferenceKey @"WebKitFantasyFont" macro
H A DWebPreferences.mm324 @"Papyrus", WebKitFantasyFontPreferenceKey,
580 return [self _stringValueForKey: WebKitFantasyFontPreferenceKey];
585 [self _setStringValue: family forKey: WebKitFantasyFontPreferenceKey];

Completed in 80 milliseconds