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

  /external/webkit/WebCore/rendering/
RootInlineBox.h 83 bool endsWithBreak() const { return m_endsWithBreak; }
RenderBlockLineLayout.cpp 401 if (numSpaces && !reachedEnd && !lineBox->endsWithBreak()) {
    [all...]
RenderTextControl.cpp 356 if (next && !line->endsWithBreak()) {

Completed in 35 milliseconds