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