Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.h257 …LayoutUnit clientLogicalWidth() const { return style()->isHorizontalWritingMode() ? clientWidth() … in clientLogicalWidth() function
DRenderBox.cpp2705 return toRenderBox(containingBlock)->clientLogicalWidth(); in containingBlockLogicalWidthForPositioned()