Searched refs:m_attachmentRoot (Results 1 – 2 of 2) sorted by relevance
132 , m_attachmentRoot(document) in HTMLConstructionSite()141 , m_attachmentRoot(fragment) in HTMLConstructionSite()155 m_attachmentRoot = 0; in detach()181 m_openElements.pushHTMLHtmlElement(attach<Element>(m_attachmentRoot, element.get())); in insertHTMLHtmlStartTagBeforeHTML()222 …attach(m_attachmentRoot, DocumentType::create(m_document, token.name(), String::adopt(token.public… in insertDoctype()248 attach(m_attachmentRoot, Comment::create(m_document, token.comment())); in insertCommentOnDocument()
140 ContainerNode* m_attachmentRoot; variable