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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGClipPathElement.h 45 virtual bool needsPendingResourceHandling() const OVERRIDE { return false; }
SVGFilterElement.h 61 virtual bool needsPendingResourceHandling() const OVERRIDE { return false; }
SVGGradientElement.h 68 virtual bool needsPendingResourceHandling() const OVERRIDE FINAL { return false; }
SVGMarkerElement.h 76 virtual bool needsPendingResourceHandling() const OVERRIDE { return false; }
SVGMaskElement.h 50 virtual bool needsPendingResourceHandling() const OVERRIDE { return false; }
SVGPatternElement.h 66 virtual bool needsPendingResourceHandling() const OVERRIDE { return false; }
SVGElement.h 76 virtual bool needsPendingResourceHandling() const { return true; }
SVGElement.cpp 125 if (!needsPendingResourceHandling() || !inDocument() || inUseShadowTree())
    [all...]

Completed in 516 milliseconds