Home
last modified time | relevance | path

Searched refs:WebKitShouldPrintBackgroundsPreferenceKey (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/win/
DWebPreferenceKeysPrivate.h46 #define WebKitShouldPrintBackgroundsPreferenceKey "WebKitShouldPrintBackgroundsPreferenceKey" macro
DWebPreferences.cpp202 … CFDictionaryAddValue(defaults, CFSTR(WebKitShouldPrintBackgroundsPreferenceKey), kCFBooleanFalse); in initializeDefaultSettings()
962 setBoolValue(CFSTR(WebKitShouldPrintBackgroundsPreferenceKey), enabled); in setShouldPrintBackgrounds()
969 *enabled = boolValueForKey(CFSTR(WebKitShouldPrintBackgroundsPreferenceKey)); in shouldPrintBackgrounds()
/external/webkit/Source/WebKit/mac/WebView/
DWebPreferenceKeysPrivate.h47 #define WebKitShouldPrintBackgroundsPreferenceKey @"WebKitShouldPrintBackgroundsPreferenceKey" macro
DWebPreferences.mm333 [NSNumber numberWithBool:NO], WebKitShouldPrintBackgroundsPreferenceKey,
678 return [self _boolValueForKey: WebKitShouldPrintBackgroundsPreferenceKey];
683 [self _setBoolValue: flag forKey: WebKitShouldPrintBackgroundsPreferenceKey];
/external/webkit/Source/WebKit/mac/
DChangeLog-2006-02-0921186 set initial value for WebKitShouldPrintBackgroundsPreferenceKey