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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.h 92 bool atEnd() const { return !m_positionNode || m_shouldStop; }
210 bool m_shouldStop;
222 bool atEnd() const { return !m_positionNode || m_shouldStop; }
290 bool m_shouldStop;
TextIterator.cpp 250 , m_shouldStop(false)
311 if (m_shouldStop)
346 if (!m_shouldStop && m_stopsOnFormControls && HTMLFormControlElement::enclosingFormControlElement(m_node))
347 m_shouldStop = true;
    [all...]

Completed in 56 milliseconds