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

  /external/webkit/Source/WebCore/html/parser/
HTMLConstructionSite.cpp 132 , m_attachmentRoot(document)
141 , m_attachmentRoot(fragment)
155 m_attachmentRoot = 0;
181 m_openElements.pushHTMLHtmlElement(attach<Element>(m_attachmentRoot, element.get()));
222 attach(m_attachmentRoot, DocumentType::create(m_document, token.name(), String::adopt(token.publicIdentifier()), String::adopt(token.systemIdentifier())));
248 attach(m_attachmentRoot, Comment::create(m_document, token.comment()));
HTMLConstructionSite.h 140 ContainerNode* m_attachmentRoot;

Completed in 683 milliseconds