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 356 ADD_BOOLEAN_BITFIELD(endsWithBreak, EndsWithBreak); // Whether the line ends with a <br>.
393 bool endsWithBreak() const { return m_bitfields.endsWithBreak(); }
394 void setEndsWithBreak(bool endsWithBreak) { m_bitfields.setEndsWithBreak(endsWithBreak); }
RootInlineBox.h 96 using InlineBox::endsWithBreak;
RenderBlockLineLayout.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElement.cpp 567 if (next && !line->endsWithBreak()) {

Completed in 103 milliseconds