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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
MutationObserver.h 56 ChildList = 1 << 0,
60 AllMutationTypes = ChildList | Attributes | CharacterData
MutationObserverInterestGroup.h 47 if (!target.document().hasMutationObserversOfType(MutationObserver::ChildList))
51 return createIfNeeded(target, MutationObserver::ChildList, oldValueFlag);
ChildListMutationScope.h 80 if (target.document().hasMutationObserversOfType(MutationObserver::ChildList))
MutationObserver.cpp 109 if (optionsDictionary.get("childList", childListValue) && childListValue)
110 options |= ChildList;
131 if (!(options & (Attributes | CharacterData | ChildList))) {
132 exceptionState.throwDOMException(TypeError, "The options object must set at least one of 'attributes', 'characterData', or 'childList' to true.");

Completed in 27 milliseconds