Home
last modified time | relevance | path

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

/external/webkit/WebKit/win/
DWebPreferenceKeysPrivate.h56 #define WebKitAllowAnimatedImagesPreferenceKey "WebKitAllowAnimatedImagesPreferenceKey" macro
DWebPreferences.cpp213 CFDictionaryAddValue(defaults, CFSTR(WebKitAllowAnimatedImagesPreferenceKey), kCFBooleanTrue); in initializeDefaultSettings()
830 *enabled = boolValueForKey(CFSTR(WebKitAllowAnimatedImagesPreferenceKey)); in allowsAnimatedImages()
837 setBoolValue(CFSTR(WebKitAllowAnimatedImagesPreferenceKey), enabled); in setAllowsAnimatedImages()
/external/webkit/WebKit/mac/WebView/
DWebPreferenceKeysPrivate.h58 #define WebKitAllowAnimatedImagesPreferenceKey @"WebKitAllowAnimatedImagesPreferenceKey" macro
DWebPreferences.mm323 [NSNumber numberWithBool:YES], WebKitAllowAnimatedImagesPreferenceKey,
664 return [self _boolValueForKey: WebKitAllowAnimatedImagesPreferenceKey];
669 [self _setBoolValue: flag forKey: WebKitAllowAnimatedImagesPreferenceKey];