Home | History | Annotate | Download | only in parser

Lines Matching refs:attachLater

178 void HTMLConstructionSite::attachLater(ContainerNode* parent, PassRefPtr<Node> prpChild, bool selfClosing)
273 attachLater(m_attachmentRoot, element);
423 attachLater(m_attachmentRoot, doctype.release());
444 attachLater(currentNode(), Comment::create(ownerDocumentForCurrentNode(), token->comment()));
450 attachLater(m_attachmentRoot, Comment::create(m_document, token->comment()));
457 attachLater(parent, Comment::create(parent->document(), token->comment()));
464 attachLater(currentNode(), m_head->element());
472 attachLater(currentNode(), body);
484 attachLater(currentNode(), m_form);
491 attachLater(currentNode(), element);
501 attachLater(currentNode(), createHTMLElement(token), true);
527 attachLater(currentNode(), element);
538 attachLater(currentNode(), element, token->selfClosing());
697 attachLater(currentNode(), reconstructed->node());