Home
last modified time | relevance | path

Searched refs:clipBottom (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderBox.cpp943 if (!style()->clipBottom().isAuto()) in clipRect()
944 clipHeight -= height() - style()->clipBottom().calcValue(height()); in clipRect()
/external/webkit/WebCore/rendering/style/
DRenderStyle.h434 Length clipBottom() const { return visual->clip.bottom(); } in clipBottom() function
/external/webkit/WebCore/css/
DCSSStyleSelector.cpp4079 bottom = m_parentStyle->clipBottom(); in applyProperty()
/external/webkit/WebCore/
DChangeLog-2009-06-1676453 (WebCore::InheritedFlags::clipBottom):