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

/external/webkit/Source/WebKit/win/
H A DWebPreferenceKeysPrivate.h58 #define WebKitAllowAnimatedImagesPreferenceKey "WebKitAllowAnimatedImagesPreferenceKey" macro
H A DWebPreferences.cpp218 CFDictionaryAddValue(defaults, CFSTR(WebKitAllowAnimatedImagesPreferenceKey), kCFBooleanTrue);
892 *enabled = boolValueForKey(CFSTR(WebKitAllowAnimatedImagesPreferenceKey));
899 setBoolValue(CFSTR(WebKitAllowAnimatedImagesPreferenceKey), enabled);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebPreferenceKeysPrivate.h60 #define WebKitAllowAnimatedImagesPreferenceKey @"WebKitAllowAnimatedImagesPreferenceKey" macro
H A DWebPreferences.mm346 [NSNumber numberWithBool:YES], WebKitAllowAnimatedImagesPreferenceKey,
728 return [self _boolValueForKey: WebKitAllowAnimatedImagesPreferenceKey];
733 [self _setBoolValue: flag forKey: WebKitAllowAnimatedImagesPreferenceKey];

Completed in 210 milliseconds