Home
last modified time | relevance | path

Searched defs:contentLogicalHeight (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.h241 …LayoutUnit contentLogicalHeight() const { return style()->isHorizontalWritingMode() ? contentHeigh… in contentLogicalHeight() function
DRenderFlexibleBox.cpp400 LayoutUnit RenderFlexibleBox::mainAxisContentExtent(LayoutUnit contentLogicalHeight) in mainAxisContentExtent()
DRenderBox.cpp3276 LayoutUnit contentLogicalHeight = logicalHeight - bordersPlusPadding; in computePositionedLogicalHeightUsing() local