Searched refs:WebKitPDFScaleFactorPreferenceKey (Results 1 – 5 of 5) sorted by relevance
78 #define WebKitPDFScaleFactorPreferenceKey "WebKitPDFScaleFactor" macro
228 CFDictionaryAddValue(defaults, CFSTR(WebKitPDFScaleFactorPreferenceKey), CFSTR("0")); in initializeDefaultSettings()
116 #define WebKitPDFScaleFactorPreferenceKey @"WebKitPDFScaleFactor" macro
356 @"0", WebKitPDFScaleFactorPreferenceKey,1018 return [self _floatValueForKey:WebKitPDFScaleFactorPreferenceKey];1023 [self _setFloatValue:factor forKey:WebKitPDFScaleFactorPreferenceKey];
23389 … Change WebKitPDFScaleFactorPreferenceKey to 0, which represents auto-size. This fixes 3874856,