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

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

Completed in 112 milliseconds