HomeSort by relevance Sort by last modified time
    Searched refs:WebKitFixedFontPreferenceKey (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit/win/
WebPreferenceKeysPrivate.h 34 #define WebKitFixedFontPreferenceKey "WebKitFixedFont"
WebPreferences.cpp 187 CFDictionaryAddValue(defaults, CFSTR(WebKitFixedFontPreferenceKey), CFSTR("Courier New"));
584 *family = stringValueForKey(CFSTR(WebKitFixedFontPreferenceKey));
591 setStringValue(CFSTR(WebKitFixedFontPreferenceKey), family);
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebPreferenceKeysPrivate.h 34 #define WebKitFixedFontPreferenceKey @"WebKitFixedFont"
WebPreferences.mm 320 @"Courier", WebKitFixedFontPreferenceKey,
540 return [self _stringValueForKey: WebKitFixedFontPreferenceKey];
545 [self _setStringValue: family forKey: WebKitFixedFontPreferenceKey];
    [all...]

Completed in 85 milliseconds