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 235 , m_endContainer(0)
271 m_endContainer = endContainer;
353 if (m_node == m_endContainer && m_endOffset == 0) {
392 if ((pastEnd && parentNode == m_endContainer) || m_endContainer->isDescendantOf(parentNode))
498 int end = (m_node == m_endContainer) ? m_endOffset : INT_MAX;
549 unsigned end = (m_node == m_endContainer) ? static_cast<unsigned>(m_endOffset) : INT_MAX;
    [all...]
TextIterator.h 152 Node* m_endContainer;

Completed in 425 milliseconds