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

/external/webkit/Source/WebKit/win/
H A DWebPreferenceKeysPrivate.h59 #define WebKitAllowAnimatedImageLoopingPreferenceKey "WebKitAllowAnimatedImageLoopingPreferenceKey" macro
H A DWebPreferences.cpp219 CFDictionaryAddValue(defaults, CFSTR(WebKitAllowAnimatedImageLoopingPreferenceKey), kCFBooleanTrue);
906 *enabled = boolValueForKey(CFSTR(WebKitAllowAnimatedImageLoopingPreferenceKey));
913 setBoolValue(CFSTR(WebKitAllowAnimatedImageLoopingPreferenceKey), enabled);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebPreferenceKeysPrivate.h61 #define WebKitAllowAnimatedImageLoopingPreferenceKey @"WebKitAllowAnimatedImageLoopingPreferenceKey" macro
H A DWebPreferences.mm347 [NSNumber numberWithBool:YES], WebKitAllowAnimatedImageLoopingPreferenceKey,
738 return [self _boolValueForKey: WebKitAllowAnimatedImageLoopingPreferenceKey];
743 [self _setBoolValue: flag forKey: WebKitAllowAnimatedImageLoopingPreferenceKey];

Completed in 21 milliseconds