HomeSort by relevance Sort by last modified time
    Searched refs:attachLater (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.cpp 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)
    [all...]
HTMLConstructionSite.h 188 void attachLater(ContainerNode* parent, PassRefPtr<Node> child, bool selfClosing = false);

Completed in 433 milliseconds