Home
last modified time | relevance | path

Searched refs:createForChildListMutation (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DMutationObserverInterestGroup.h45 static PassOwnPtr<MutationObserverInterestGroup> createForChildListMutation(Node& target) in createForChildListMutation() function
DChildListMutationScope.cpp70 …lator(PassRefPtr<Node>(target), MutationObserverInterestGroup::createForChildListMutation(target))… in getOrCreate()