Home
last modified time | relevance | path

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

/external/webkit/WebKit/win/
DWebPreferenceKeysPrivate.h42 #define WebKitDefaultFixedFontSizePreferenceKey "WebKitDefaultFixedFontSize" macro
DWebPreferences.cpp196 CFDictionaryAddValue(defaults, CFSTR(WebKitDefaultFixedFontSizePreferenceKey), CFSTR("13")); in initializeDefaultSettings()
648 *fontSize = integerValueForKey(CFSTR(WebKitDefaultFixedFontSizePreferenceKey)); in defaultFixedFontSize()
655 setIntegerValue(CFSTR(WebKitDefaultFixedFontSizePreferenceKey), fontSize); in setDefaultFixedFontSize()
/external/webkit/WebKit/mac/WebView/
DWebPreferenceKeysPrivate.h42 #define WebKitDefaultFixedFontSizePreferenceKey @"WebKitDefaultFixedFontSize" macro
DWebPreferences.mm307 @"13", WebKitDefaultFixedFontSizePreferenceKey,
539 return [self _integerValueForKey: WebKitDefaultFixedFontSizePreferenceKey];
544 [self _setIntegerValue: size forKey: WebKitDefaultFixedFontSizePreferenceKey];