Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextIterator.h364 bool atEnd() const { return !m_didLookAhead && m_textIterator.atEnd(); } in atEnd()
374 bool m_didLookAhead; variable
DTextIterator.cpp1660 : m_didLookAhead(true) // So we consider the first chunk from the text iterator. in WordAwareIterator()
1677 if (!m_didLookAhead) { in advance()
1681 m_didLookAhead = false; in advance()
1704 m_didLookAhead = true; in advance()