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

  /external/webkit/Source/WebKit/mac/WebView/
WebPreferences.h 305 - (void)setAllowsAnimatedImages:(BOOL)flag;
WebPreferences.mm 731 - (void)setAllowsAnimatedImages:(BOOL)flag
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebPreferences.idl 135 HRESULT setAllowsAnimatedImages([in] BOOL enabled);
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorClient.cpp 130 if (FAILED(preferences->setAllowsAnimatedImages(TRUE)))
  /external/webkit/Source/WebKit/win/
WebPreferences.h 163 virtual HRESULT STDMETHODCALLTYPE setAllowsAnimatedImages(
WebPreferences.cpp 896 HRESULT STDMETHODCALLTYPE WebPreferences::setAllowsAnimatedImages(
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebInspectorClient.mm 229 [preferences setAllowsAnimatedImages:YES];

Completed in 131 milliseconds