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