Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderBox.h168 …int contentLogicalHeight() const { return style()->isHorizontalWritingMode() ? contentHeight() : c… in contentLogicalHeight() function
DRenderBox.cpp2719 int contentLogicalHeight = logicalHeight() - bordersPlusPadding; in computePositionedLogicalHeightUsing() local