Searched defs:contentLogicalHeight (Results 1 – 2 of 2) sorted by relevance
168 …int contentLogicalHeight() const { return style()->isHorizontalWritingMode() ? contentHeight() : c… in contentLogicalHeight() function
2719 int contentLogicalHeight = logicalHeight() - bordersPlusPadding; in computePositionedLogicalHeightUsing() local