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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineBox.h347 ADD_BOOLEAN_BITFIELD(endsWithBreak, EndsWithBreak); // Whether the line ends with a <br>.
388 bool endsWithBreak() const { return m_bitfields.endsWithBreak(); } function in class:blink::InlineBox
389 void setEndsWithBreak(bool endsWithBreak) { m_bitfields.setEndsWithBreak(endsWithBreak); } argument
H A DRootInlineBox.h94 using InlineBox::endsWithBreak;
H A DRenderBlockLineLayout.cpp548 ETextAlign textAlign = textAlignmentForLine(!reachedEnd && !lineBox->endsWithBreak());
555 bool isAfterHardLineBreak = lineBox->prevRootBox() && lineBox->prevRootBox()->endsWithBreak();
751 if (!layoutState.isFullLayout() && lastRootBox() && lastRootBox()->endsWithBreak()) {
1701 if (!dirtiedByFloat && (!prevRootBox->endsWithBreak() || !prevRootBox->lineBreakObj() || (prevRootBox->lineBreakObj()->isText() && prevRootBox->lineBreakPos() >= toRenderText(prevRootBox->lineBreakObj())->textLength())))
1709 if (lastRootBox() && !lastRootBox()->endsWithBreak())
1742 layoutState.lineInfo().setPreviousLineBrokeCleanly(!last || last->endsWithBreak());
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTextFormControlElement.cpp630 if (next && !line->endsWithBreak()) {

Completed in 4727 milliseconds