Searched refs:clientLogicalHeight (Results 1 – 3 of 3) sorted by relevance
182 …int clientLogicalHeight() const { return style()->isHorizontalWritingMode() ? clientHeight() : cli… in clientLogicalHeight() function183 int clientLogicalBottom() const { return borderBefore() + clientLogicalHeight(); } in clientLogicalBottom()
2194 return toRenderBox(containingBlock)->clientLogicalHeight(); in containingBlockLogicalHeightForPositioned()
61390 …- Add clientLogicalWidth and clientLogicalHeight that call the correct clientWidth or clientHeight…61392 - Patch clientLogicalBottom to use clientLogicalHeight.61394 …clientLogicalHeight/Width. Also make them able to handle perpendicular writing mode containining …61408 (WebCore::RenderBox::clientLogicalHeight):