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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.cpp 245 , m_endContainer(0)
280 m_endContainer = endContainer;
356 if (m_node == m_endContainer && !m_endOffset) {
436 if ((pastEnd && parentNode == m_endContainer) || m_endContainer->isDescendantOf(parentNode))
572 int end = (m_node == m_endContainer) ? m_endOffset : INT_MAX;
623 unsigned end = (m_node == m_endContainer) ? static_cast<unsigned>(m_endOffset) : INT_MAX;
    [all...]
TextIterator.h 158 Node* m_endContainer;

Completed in 26 milliseconds