Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGInlineTextBox.h57 bool startsNewTextChunk() const { return m_startsNewTextChunk; } in startsNewTextChunk()
58 void setStartsNewTextChunk(bool newTextChunk) { m_startsNewTextChunk = newTextChunk; } in setStartsNewTextChunk()
81 bool m_startsNewTextChunk : 1; variable
DSVGInlineTextBox.cpp61 , m_startsNewTextChunk(false) in SVGInlineTextBox()