HomeSort by relevance Sort by last modified time
    Searched defs:isLineBreak (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/dom/
TextEvent.h 53 bool isLineBreak() const { return m_isLineBreak; }
54 void setIsLineBreak(bool isLineBreak) { m_isLineBreak = isLineBreak; }
  /external/webkit/WebCore/rendering/
InlineBox.h 111 virtual bool isLineBreak() const { return false; }
InlineTextBox.cpp 70 int lastSelectable = start() + len() - (isLineBreak() ? 1 : 0);
258 bool InlineTextBox::isLineBreak() const
265 if (isLineBreak())
329 if (isLineBreak() || !renderer()->shouldPaintWithinRoot(paintInfo) || renderer()->style()->visibility() != VISIBLE ||
    [all...]

Completed in 25 milliseconds