Home
last modified time | relevance | path

Searched refs:clientLogicalHeight (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.h258 …LayoutUnit clientLogicalHeight() const { return style()->isHorizontalWritingMode() ? clientHeight(… in clientLogicalHeight() function
259 LayoutUnit clientLogicalBottom() const { return borderBefore() + clientLogicalHeight(); } in clientLogicalBottom()
DRenderBox.cpp2747 return cb->clientLogicalHeight(); in containingBlockLogicalHeightForPositioned()