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

/macosx-10.10/WebKit-7600.1.25/win/
H A DWebPreferenceKeysPrivate.h38 #define WebKitFantasyFontPreferenceKey "WebKitFantasyFont" macro
H A DWebPreferences.cpp198 CFDictionaryAddValue(defaults, CFSTR(WebKitFantasyFontPreferenceKey), CFSTR("Comic Sans MS"));
672 *family = stringValueForKey(WebKitFantasyFontPreferenceKey);
679 setStringValue(WebKitFantasyFontPreferenceKey, family);
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebPreferenceKeysPrivate.h37 #define WebKitFantasyFontPreferenceKey @"WebKitFantasyFont" macro
H A DWebPreferences.mm410 @"Papyrus", WebKitFantasyFontPreferenceKey,
843 return [self _stringValueForKey: WebKitFantasyFontPreferenceKey];
848 [self _setStringValue: family forKey: WebKitFantasyFontPreferenceKey];

Completed in 77 milliseconds