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

/external/webkit/Source/WebCore/rendering/
H A DRenderObject.h432 bool hasOverflowClip() const { return m_hasOverflowClip; } function in class:WebCore::RenderObject
995 || (obj->hasOverflowClip() && !obj->style()->width().isIntrinsicOrAuto() && !obj->style()->height().isIntrinsicOrAuto() && !obj->style()->height().isPercent() && !obj->isTableCell())

Completed in 67 milliseconds