Searched refs:logicalLeftOverhang (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderRubyRun.cpp275 int logicalLeftOverhang = std::numeric_limits<int>::max(); local
278 logicalLeftOverhang = std::min<int>(logicalLeftOverhang, rootInlineBox->logicalLeft());
282 startOverhang = style()->isLeftToRightDirection() ? logicalLeftOverhang : logicalRightOverhang;
283 endOverhang = style()->isLeftToRightDirection() ? logicalRightOverhang : logicalLeftOverhang;

Completed in 516 milliseconds