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

  /external/webkit/Source/WebCore/svg/
SVGFilterElement.h 51 virtual bool needsPendingResourceHandling() const { return false; }
SVGGradientElement.h 50 virtual bool needsPendingResourceHandling() const { return false; }
SVGClipPathElement.h 47 virtual bool needsPendingResourceHandling() const { return false; }
SVGMaskElement.h 47 virtual bool needsPendingResourceHandling() const { return false; }
SVGPatternElement.h 57 virtual bool needsPendingResourceHandling() const { return false; }
SVGMarkerElement.h 65 virtual bool needsPendingResourceHandling() const { return false; }
SVGElement.h 134 virtual bool needsPendingResourceHandling() const { return true; }

Completed in 151 milliseconds