Searched refs:isSVGResourceFilterPrimitive (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResourceFilterPrimitive.h46 virtual bool isSVGResourceFilterPrimitive() const OVERRIDE { return true; }
H A DSVGResourcesCache.cpp128 if (renderer->isSVGResourceFilterPrimitive() && !diff.needsLayout())
H A DRenderSVGResourceFilter.cpp59 return child->isSVGResourceFilterPrimitive();
H A DSVGRenderTreeAsText.cpp581 if (container.isSVGResourceFilterPrimitive())
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFilterPrimitiveStandardAttributes.cpp146 if (!renderer || !renderer->isSVGResourceFilterPrimitive())
H A DSVGFELightElement.cpp152 if (!renderer || !renderer->isSVGResourceFilterPrimitive())
175 if (renderer && renderer->isSVGResourceFilterPrimitive())
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.h477 virtual bool isSVGResourceFilterPrimitive() const { return false; } function in class:blink::RenderObject

Completed in 308 milliseconds