Searched defs:contentLogicalWidth (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.h240 LayoutUnit contentLogicalWidth() const { return style()->isHorizontalWritingMode() ? contentWidth() : contentHeight(); } function in class:blink::RenderBox
459 virtual LayoutUnit availableLogicalWidth() const { return contentLogicalWidth(); }

Completed in 46 milliseconds