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 85 bool atEnd() const { return !m_positionNode || m_shouldStop; }
212 bool m_shouldStop;
229 bool atEnd() const { return !m_positionNode || m_shouldStop; }
299 bool m_shouldStop;
TextIterator.cpp 264 , m_shouldStop(false)
295 , m_shouldStop(false)
361 if (m_shouldStop)
396 if (!m_shouldStop && m_stopsOnFormControls && HTMLFormControlElement::enclosingFormControlElement(m_node))
397 m_shouldStop = true;
    [all...]

Completed in 55 milliseconds