Home
last modified time | relevance | path

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

/external/webkit/WebKit/win/
DWebPreferenceKeysPrivate.h57 #define WebKitAllowAnimatedImageLoopingPreferenceKey "WebKitAllowAnimatedImageLoopingPreferenceKey" macro
DWebPreferences.cpp214 …CFDictionaryAddValue(defaults, CFSTR(WebKitAllowAnimatedImageLoopingPreferenceKey), kCFBooleanTrue… in initializeDefaultSettings()
844 *enabled = boolValueForKey(CFSTR(WebKitAllowAnimatedImageLoopingPreferenceKey)); in allowAnimatedImageLooping()
851 setBoolValue(CFSTR(WebKitAllowAnimatedImageLoopingPreferenceKey), enabled); in setAllowAnimatedImageLooping()
/external/webkit/WebKit/mac/WebView/
DWebPreferenceKeysPrivate.h59 #define WebKitAllowAnimatedImageLoopingPreferenceKey @"WebKitAllowAnimatedImageLoopingPreferenceKey" macro
DWebPreferences.mm324 [NSNumber numberWithBool:YES], WebKitAllowAnimatedImageLoopingPreferenceKey,
674 return [self _boolValueForKey: WebKitAllowAnimatedImageLoopingPreferenceKey];
679 [self _setBoolValue: flag forKey: WebKitAllowAnimatedImageLoopingPreferenceKey];