Searched refs:clientLogicalWidth (Results 1 – 3 of 3) sorted by relevance
181 …int clientLogicalWidth() const { return style()->isHorizontalWritingMode() ? clientWidth() : clien… in clientLogicalWidth() function
2154 return toRenderBox(containingBlock)->clientLogicalWidth(); in containingBlockLogicalWidthForPositioned()
61390 …- Add clientLogicalWidth and clientLogicalHeight that call the correct clientWidth or clientHeight…61407 (WebCore::RenderBox::clientLogicalWidth):