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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
NodeChildRemovalTracker.cpp 33 NodeChildRemovalTracker* NodeChildRemovalTracker::s_last; member in class:WebCore::NodeChildRemovalTracker
NodeChildRemovalTracker.h 47 static NodeChildRemovalTracker* s_last; member in class:WebCore::NodeChildRemovalTracker
52 , m_previous(s_last)
54 s_last = this;
59 s_last = m_previous;
64 for (NodeChildRemovalTracker* removal = s_last; removal; removal = removal->previous()) {

Completed in 1473 milliseconds