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 OVERRIDE { return false; } in needsPendingResourceHandling() function
DSVGGradientElement.h67 virtual bool needsPendingResourceHandling() const OVERRIDE FINAL { return false; } in needsPendingResourceHandling() function
DSVGMaskElement.h49 virtual bool needsPendingResourceHandling() const OVERRIDE { return false; } in needsPendingResourceHandling() function
DSVGFilterElement.h60 virtual bool needsPendingResourceHandling() const OVERRIDE { return false; } in needsPendingResourceHandling() function
DSVGMarkerElement.h75 virtual bool needsPendingResourceHandling() const OVERRIDE { return false; } in needsPendingResourceHandling() function
DSVGPatternElement.h65 virtual bool needsPendingResourceHandling() const OVERRIDE { return false; } in needsPendingResourceHandling() function
DSVGElement.h69 virtual bool needsPendingResourceHandling() const { return true; } in needsPendingResourceHandling() function
DSVGElement.cpp144 if (!needsPendingResourceHandling() || !inDocument() || inUseShadowTree()) in buildPendingResourcesIfNeeded()