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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.h 181 RawPtrWillBeMember<Node> m_lastTextNode;
283 RawPtrWillBeMember<Node> m_lastTextNode;
TextIterator.cpp 253 , m_lastTextNode(nullptr)
284 , m_lastTextNode(nullptr)
596 m_lastTextNode = m_node;
680 if (m_lastTextNode == m_node && runStart > 0 && str[runStart - 1] == ' ') {
792 emitCharacter(' ', m_lastTextNode->parentNode(), m_lastTextNode, 1, 1);
    [all...]

Completed in 30 milliseconds