ChildList          80 Source/core/dom/ChildListMutationScope.h         if (target.document().hasMutationObserversOfType(MutationObserver::ChildList))
ChildList         114 Source/core/dom/MutationObserver.cpp         options |= ChildList;
ChildList         135 Source/core/dom/MutationObserver.cpp     if (!(options & (Attributes | CharacterData | ChildList))) {
ChildList          61 Source/core/dom/MutationObserver.h         AllMutationTypes = ChildList | Attributes | CharacterData
ChildList          47 Source/core/dom/MutationObserverInterestGroup.h         if (!target.document().hasMutationObserversOfType(MutationObserver::ChildList))
ChildList          51 Source/core/dom/MutationObserverInterestGroup.h         return createIfNeeded(target, MutationObserver::ChildList, oldValueFlag);