Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.cpp690 …LayoutUnit topRubyBaseLeading = rubyBase->logicalTop() + (rubyBase->firstRootBox() ? rubyBase->fir… in placeBoxesInBlockDirection() local
691 …ewLogicalTop += !renderer().style()->isFlippedLinesWritingMode() ? topRubyBaseLeading : bottomRuby… in placeBoxesInBlockDirection()
692 boxHeight -= (topRubyBaseLeading + bottomRubyBaseLeading); in placeBoxesInBlockDirection()