Home
last modified time | relevance | path

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

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