Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.cpp676 …LayoutUnit bottomRubyBaseLeading = (curr->logicalHeight() - rubyBase->logicalBottom()) + rubyBase-… in placeBoxesInBlockDirection() local
678 … += !renderer()->style()->isFlippedLinesWritingMode() ? topRubyBaseLeading : bottomRubyBaseLeading; in placeBoxesInBlockDirection()
679 boxHeight -= (topRubyBaseLeading + bottomRubyBaseLeading); in placeBoxesInBlockDirection()