Home
last modified time | relevance | path

Searched refs:createChildList (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DMutationRecord.h47 …static PassRefPtr<MutationRecord> createChildList(PassRefPtr<Node> target, PassRefPtr<NodeList> ad…
DChildListMutationScope.cpp130 …RefPtr<MutationRecord> record = MutationRecord::createChildList(m_target, addedNodes.release(), re… in enqueueMutationRecord()
DMutationRecord.cpp169 PassRefPtr<MutationRecord> MutationRecord::createChildList(PassRefPtr<Node> target, PassRefPtr<Node… in createChildList() function in WebCore::MutationRecord