Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineBox.h388 void setEndsWithBreak(bool endsWithBreak) { m_bitfields.setEndsWithBreak(endsWithBreak); } in setEndsWithBreak() function
DRootInlineBox.h94 using InlineBox::setEndsWithBreak;
DRenderBlockLineLayout.cpp832 lineBox->setEndsWithBreak(lineInfo.previousLineBrokeCleanly()); in createLineBoxesFromBidiRuns()