HomeSort by relevance Sort by last modified time
    Searched refs:WebKitAllowAnimatedImagesPreferenceKey (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebKit/mac/WebView/
WebPreferenceKeysPrivate.h 59 #define WebKitAllowAnimatedImagesPreferenceKey @"WebKitAllowAnimatedImagesPreferenceKey"
WebPreferences.mm 324 [NSNumber numberWithBool:YES], WebKitAllowAnimatedImagesPreferenceKey,
671 return [self _boolValueForKey: WebKitAllowAnimatedImagesPreferenceKey];
676 [self _setBoolValue: flag forKey: WebKitAllowAnimatedImagesPreferenceKey];
    [all...]
  /external/webkit/WebKit/win/
WebPreferenceKeysPrivate.h 57 #define WebKitAllowAnimatedImagesPreferenceKey "WebKitAllowAnimatedImagesPreferenceKey"
WebPreferences.cpp 216 CFDictionaryAddValue(defaults, CFSTR(WebKitAllowAnimatedImagesPreferenceKey), kCFBooleanTrue);
854 *enabled = boolValueForKey(CFSTR(WebKitAllowAnimatedImagesPreferenceKey));
861 setBoolValue(CFSTR(WebKitAllowAnimatedImagesPreferenceKey), enabled);
    [all...]

Completed in 53 milliseconds