Home | History | Annotate | Download | only in parser

Lines Matching refs:AtomicHTMLToken

177 void HTMLConstructionSite::insertHTMLHtmlStartTagBeforeHTML(AtomicHTMLToken& token)
188 void HTMLConstructionSite::mergeAttributesFromTokenIntoElement(AtomicHTMLToken& token, Element* element)
201 void HTMLConstructionSite::insertHTMLHtmlStartTagInBody(AtomicHTMLToken& token)
213 void HTMLConstructionSite::insertHTMLBodyStartTagInBody(AtomicHTMLToken& token)
219 void HTMLConstructionSite::insertDoctype(AtomicHTMLToken& token)
239 void HTMLConstructionSite::insertComment(AtomicHTMLToken& token)
245 void HTMLConstructionSite::insertCommentOnDocument(AtomicHTMLToken& token)
251 void HTMLConstructionSite::insertCommentOnHTMLHtmlElement(AtomicHTMLToken& token)
263 void HTMLConstructionSite::insertHTMLHeadElement(AtomicHTMLToken& token)
270 void HTMLConstructionSite::insertHTMLBodyElement(AtomicHTMLToken& token)
276 void HTMLConstructionSite::insertHTMLFormElement(AtomicHTMLToken& token, bool isDemoted)
288 void HTMLConstructionSite::insertHTMLElement(AtomicHTMLToken& token)
293 void HTMLConstructionSite::insertSelfClosingHTMLElement(AtomicHTMLToken& token)
305 void HTMLConstructionSite::insertFormattingElement(AtomicHTMLToken& token)
314 void HTMLConstructionSite::insertScriptElement(AtomicHTMLToken& token)
322 void HTMLConstructionSite::insertForeignElement(AtomicHTMLToken& token, const AtomicString& namespaceURI)
365 PassRefPtr<Element> HTMLConstructionSite::createElement(AtomicHTMLToken& token, const AtomicString& namespaceURI)
373 PassRefPtr<Element> HTMLConstructionSite::createHTMLElement(AtomicHTMLToken& token)
419 AtomicHTMLToken fakeToken(HTMLToken::StartTag, element->localName(), cloneAttributes(element));