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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.h559 bool hasClip() const { return isOutOfFlowPositioned() && style()->hasClip(); } function in class:WebCore::RenderObject
561 bool hasClipOrOverflowClip() const { return hasClip() || hasOverflowClip(); }
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h538 bool hasClip() const { return visual->hasClip; } function in class:WebCore::RenderStyle
1052 void setHasClip(bool b = true) { SET_VAR(visual, hasClip, b); }

Completed in 45 milliseconds