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.cpp689 …LayoutUnit bottomRubyBaseLeading = (curr->logicalHeight() - rubyBase->logicalBottom()) + rubyBase-… in placeBoxesInBlockDirection() local
691 …p += !renderer().style()->isFlippedLinesWritingMode() ? topRubyBaseLeading : bottomRubyBaseLeading; in placeBoxesInBlockDirection()
692 boxHeight -= (topRubyBaseLeading + bottomRubyBaseLeading); in placeBoxesInBlockDirection()