Searched refs:ChildListMutationScope (Results 1 – 11 of 11) sorted by relevance
75 class ChildListMutationScope {76 WTF_MAKE_NONCOPYABLE(ChildListMutationScope);78 explicit ChildListMutationScope(Node& target) in ChildListMutationScope() function
211 ChildListMutationScope mutation(*this); in insertBefore()277 ChildListMutationScope(*this).childAdded(*newChild); in parserInsertBefore()310 ChildListMutationScope mutation(*this); in replaceChild()372 ChildListMutationScope(*this).willRemoveChild(child); in willRemoveChild()384 ChildListMutationScope mutation(*this); in willRemoveChildren()484 ChildListMutationScope(*this).willRemoveChild(oldChild); in parserRemoveChild()578 ChildListMutationScope mutation(*this); in appendChild()623 ChildListMutationScope(*this).childAdded(*newChild); in parserAppendChild()962 ChildListMutationScope(*this).childAdded(child); in updateTreeAfterInsertion()
1685 ChildListMutationScope mutation(*this); in setTextContent()
1033 ChildListMutationScope mutation(*containerNode); in replaceChildrenWithFragment()1059 ChildListMutationScope mutation(*containerNode); in replaceChildrenWithText()
32 third_party/WebKit/Source/core/dom/ChildListMutationScope.cpp \
1833 'dom/ChildListMutationScope.cpp',1834 'dom/ChildListMutationScope.h',