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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGClipPathElement.h 44 virtual bool needsPendingResourceHandling() const { return false; }
SVGFilterElement.h 51 virtual bool needsPendingResourceHandling() const { return false; }
SVGMaskElement.h 44 virtual bool needsPendingResourceHandling() const { return false; }
SVGPatternElement.h 58 virtual bool needsPendingResourceHandling() const { return false; }
SVGGradientElement.h 97 virtual bool needsPendingResourceHandling() const { return false; }
SVGMarkerElement.h 134 virtual bool needsPendingResourceHandling() const { return false; }
SVGElement.h 64 virtual bool needsPendingResourceHandling() const { return true; }

Completed in 90 milliseconds