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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ChildListMutationScope.h 64 void enterMutationScope() { m_mutationScopes++; }
87 unsigned m_mutationScopes;
ChildListMutationScope.cpp 58 , m_mutationScopes(0)
64 ASSERT(m_mutationScopes > 0);
65 if (!--m_mutationScopes) {

Completed in 48 milliseconds