Searched refs:WebKitAllowAnimatedImagesPreferenceKey (Results 1 – 4 of 4) sorted by relevance
56 #define WebKitAllowAnimatedImagesPreferenceKey "WebKitAllowAnimatedImagesPreferenceKey" macro
213 CFDictionaryAddValue(defaults, CFSTR(WebKitAllowAnimatedImagesPreferenceKey), kCFBooleanTrue); in initializeDefaultSettings()830 *enabled = boolValueForKey(CFSTR(WebKitAllowAnimatedImagesPreferenceKey)); in allowsAnimatedImages()837 setBoolValue(CFSTR(WebKitAllowAnimatedImagesPreferenceKey), enabled); in setAllowsAnimatedImages()
58 #define WebKitAllowAnimatedImagesPreferenceKey @"WebKitAllowAnimatedImagesPreferenceKey" macro
323 [NSNumber numberWithBool:YES], WebKitAllowAnimatedImagesPreferenceKey,664 return [self _boolValueForKey: WebKitAllowAnimatedImagesPreferenceKey];669 [self _setBoolValue: flag forKey: WebKitAllowAnimatedImagesPreferenceKey];