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 51 , m_lastAdded(0)
78 return isEmpty() || (m_lastAdded == child->previousSibling() && m_nextSibling == child->nextSibling());
95 m_lastAdded = child.get();
116 m_lastAdded = child->previousSibling();
132 m_lastAdded = 0;
143 ASSERT(!m_lastAdded);
ChildListMutationScope.h 70 Node* m_lastAdded;

Completed in 186 milliseconds