Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DContainerNode.h171 bool childAttachedAllowedWhenAttachingChildren(ContainerNode*);
189 ASSERT(child->needsAttach() || childAttachedAllowedWhenAttachingChildren(this)); in attachChildren()
DContainerNode.cpp972 bool childAttachedAllowedWhenAttachingChildren(ContainerNode* node) in childAttachedAllowedWhenAttachingChildren() function