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

/macosx-10.10/WebKit-7600.1.25/win/
H A DWebPreferenceKeysPrivate.h61 #define WebKitAllowAnimatedImageLoopingPreferenceKey "WebKitAllowAnimatedImageLoopingPreferenceKey" macro
H A DWebPreferences.cpp228 CFDictionaryAddValue(defaults, CFSTR(WebKitAllowAnimatedImageLoopingPreferenceKey), kCFBooleanTrue);
966 *enabled = boolValueForKey(WebKitAllowAnimatedImageLoopingPreferenceKey);
973 setBoolValue(WebKitAllowAnimatedImageLoopingPreferenceKey, enabled);
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebPreferenceKeysPrivate.h63 #define WebKitAllowAnimatedImageLoopingPreferenceKey @"WebKitAllowAnimatedImageLoopingPreferenceKey" macro
H A DWebPreferences.mm449 [NSNumber numberWithBool:YES], WebKitAllowAnimatedImageLoopingPreferenceKey,
1038 return [self _boolValueForKey: WebKitAllowAnimatedImageLoopingPreferenceKey];
1043 [self _setBoolValue: flag forKey: WebKitAllowAnimatedImageLoopingPreferenceKey];

Completed in 130 milliseconds