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

  /external/webkit/WebCore/editing/
TextIterator.cpp 249 : m_startContainer(0)
263 : m_startContainer(0)
289 m_startContainer = startContainer;
299 m_offset = m_node == m_startContainer ? m_startOffset : 0;
760 if (m_node == m_startContainer)
764 // FIXME: m_startContainer could be an inline block
765 if (!m_node->isDescendantOf(m_startContainer))
768 // If we started as m_startContainer offset 0 and the current node is a descendant of
787 VisiblePosition startPos = VisiblePosition(m_startContainer, m_startOffset, DOWNSTREAM);
    [all...]
TextIterator.h 110 Node* m_startContainer;

Completed in 30 milliseconds