Searched defs:hasClipPath (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.h577 bool hasClipPath() const { return style() && style()->clipPath(); } function in class:WebCore::RenderObject
H A DRenderLayer.cpp3608 bool hasClipPath = false; local
3610 if (renderer()->hasClipPath() && !context->paintingDisabled() && style) {
3613 hasClipPath = true;
3761 if (hasClipPath)
5754 || renderer()->hasClipPath()

Completed in 141 milliseconds