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

  /external/webkit/Source/WebCore/editing/
TextIterator.h 192 bool m_shouldStop;
257 bool m_shouldStop;
TextIterator.cpp 277 , m_shouldStop(false)
300 , m_shouldStop(false)
362 return !m_positionNode || m_shouldStop;
371 if (m_shouldStop)
407 if (!m_shouldStop && m_stopsOnFormControls && checkFormControlElement(m_node))
408 m_shouldStop = true;
    [all...]

Completed in 54 milliseconds