Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DContainerNode.h232 void removeDetachedChildrenInContainer(ContainerNode&);
DContainerNode.cpp84 removeDetachedChildrenInContainer(*this); in removeDetachedChildren()
446 void ContainerNode::removeDetachedChildrenInContainer(ContainerNode& container) in removeDetachedChildrenInContainer() function in blink::ContainerNode