Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderBox.h182 …int clientLogicalHeight() const { return style()->isHorizontalWritingMode() ? clientHeight() : cli… in clientLogicalHeight() function
183 int clientLogicalBottom() const { return borderBefore() + clientLogicalHeight(); } in clientLogicalBottom()
DRenderBox.cpp2194 return toRenderBox(containingBlock)->clientLogicalHeight(); in containingBlockLogicalHeightForPositioned()
/external/webkit/Source/WebCore/
DChangeLog61390 …- Add clientLogicalWidth and clientLogicalHeight that call the correct clientWidth or clientHeight…
61392 - Patch clientLogicalBottom to use clientLogicalHeight.
61394clientLogicalHeight/Width. Also make them able to handle perpendicular writing mode containining …
61408 (WebCore::RenderBox::clientLogicalHeight):