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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ChildListMutationScope.cpp 56 , m_lastAdded(nullptr)
89 return isEmpty() || (m_lastAdded == child->previousSibling() && m_nextSibling == child->nextSibling());
106 m_lastAdded = child.get();
127 m_lastAdded = child->previousSibling();
143 m_lastAdded = nullptr;
154 ASSERT(!m_lastAdded);
167 visitor->trace(m_lastAdded);
ChildListMutationScope.h 83 RawPtrWillBeMember<Node> m_lastAdded;

Completed in 32 milliseconds