HomeSort by relevance Sort by last modified time
    Searched refs:endsWithBreak (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineBox.h 347 ADD_BOOLEAN_BITFIELD(endsWithBreak, EndsWithBreak); // Whether the line ends with a <br>.
388 bool endsWithBreak() const { return m_bitfields.endsWithBreak(); }
389 void setEndsWithBreak(bool endsWithBreak) { m_bitfields.setEndsWithBreak(endsWithBreak); }
RootInlineBox.h 94 using InlineBox::endsWithBreak;
RenderBlockLineLayout.cpp 548 ETextAlign textAlign = textAlignmentForLine(!reachedEnd && !lineBox->endsWithBreak());
555 bool isAfterHardLineBreak = lineBox->prevRootBox() && lineBox->prevRootBox()->endsWithBreak();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElement.cpp 630 if (next && !line->endsWithBreak()) {
    [all...]

Completed in 270 milliseconds