Searched defs:attachLater (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLConstructionSite.cpp275 void HTMLConstructionSite::attachLater(ContainerNode* parent, PassRefPtrWillBeRawPtr<Node> prpChild, bool selfClosing) function in class:HTMLConstructionSite
395 attachLater(m_attachmentRoot, element);
553 attachLater(m_attachmentRoot, doctype.release());
574 attachLater(currentNode(), Comment::create(ownerDocumentForCurrentNode(), token->comment()));
581 attachLater(m_attachmentRoot, Comment::create(*m_document, token->comment()));
588 attachLater(parent, Comment::create(parent->document(), token->comment()));
595 attachLater(currentNode(), m_head->element());
603 attachLater(currentNode(), body);
615 attachLater(currentNode(), m_form.get());
622 attachLater(currentNod
[all...]

Completed in 57 milliseconds