Home
last modified time | relevance | path

Searched refs:needsPendingResourceHandling (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGClipPathElement.h44 virtual bool needsPendingResourceHandling() const { return false; } in needsPendingResourceHandling() function
DSVGMaskElement.h44 virtual bool needsPendingResourceHandling() const { return false; } in needsPendingResourceHandling() function
DSVGFilterElement.h51 virtual bool needsPendingResourceHandling() const { return false; } in needsPendingResourceHandling() function
DSVGGradientElement.h97 virtual bool needsPendingResourceHandling() const { return false; }
DSVGPatternElement.h58 virtual bool needsPendingResourceHandling() const { return false; } in needsPendingResourceHandling() function
DSVGMarkerElement.h134 virtual bool needsPendingResourceHandling() const { return false; }
DSVGElement.h64 virtual bool needsPendingResourceHandling() const { return true; } in needsPendingResourceHandling() function
DSVGElement.cpp145 if (!needsPendingResourceHandling() || !inDocument() || isInShadowTree()) in buildPendingResourcesIfNeeded()