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

/macosx-10.10/WebKit-7600.1.25/win/
H A DWebPreferenceKeysPrivate.h47 #define WebKitShouldPrintBackgroundsPreferenceKey "WebKitShouldPrintBackgroundsPreferenceKey" macro
H A DWebPreferences.cpp210 CFDictionaryAddValue(defaults, CFSTR(WebKitShouldPrintBackgroundsPreferenceKey), kCFBooleanFalse);
1063 setBoolValue(WebKitShouldPrintBackgroundsPreferenceKey, enabled);
1070 *enabled = boolValueForKey(WebKitShouldPrintBackgroundsPreferenceKey);
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebPreferenceKeysPrivate.h48 #define WebKitShouldPrintBackgroundsPreferenceKey @"WebKitShouldPrintBackgroundsPreferenceKey" macro
H A DWebPreferences.mm425 [NSNumber numberWithBool:NO], WebKitShouldPrintBackgroundsPreferenceKey,
977 return [self _boolValueForKey: WebKitShouldPrintBackgroundsPreferenceKey];
982 [self _setBoolValue: flag forKey: WebKitShouldPrintBackgroundsPreferenceKey];

Completed in 178 milliseconds