Home
last modified time | relevance | path

Searched refs:m_endsWithBreak (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DInlineBox.h55 , m_endsWithBreak(false) in InlineBox()
90 , m_endsWithBreak(false) in InlineBox()
349 bool m_endsWithBreak : 1; // Whether the line ends with a <br>. variable
DRootInlineBox.h75 bool endsWithBreak() const { return m_endsWithBreak; } in endsWithBreak()
76 void setEndsWithBreak(bool b) { m_endsWithBreak = b; } in setEndsWithBreak()