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

/macosx-10.10/WebKit-7600.1.25/win/
H A DWebPreferenceKeysPrivate.h60 #define WebKitAllowAnimatedImagesPreferenceKey "WebKitAllowAnimatedImagesPreferenceKey" macro
H A DWebPreferences.cpp227 CFDictionaryAddValue(defaults, CFSTR(WebKitAllowAnimatedImagesPreferenceKey), kCFBooleanTrue);
952 *enabled = boolValueForKey(WebKitAllowAnimatedImagesPreferenceKey);
959 setBoolValue(WebKitAllowAnimatedImagesPreferenceKey, enabled);
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebPreferenceKeysPrivate.h62 #define WebKitAllowAnimatedImagesPreferenceKey @"WebKitAllowAnimatedImagesPreferenceKey" macro
H A DWebPreferences.mm448 [NSNumber numberWithBool:YES], WebKitAllowAnimatedImagesPreferenceKey,
1028 return [self _boolValueForKey: WebKitAllowAnimatedImagesPreferenceKey];
1033 [self _setBoolValue: flag forKey: WebKitAllowAnimatedImagesPreferenceKey];

Completed in 78 milliseconds