Home
last modified time | relevance | path

Searched refs:attachToCurrent (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/html/parser/
DHTMLConstructionSite.cpp258 PassRefPtr<Element> HTMLConstructionSite::attachToCurrent(PassRefPtr<Element> child) in attachToCurrent() function in WebCore::HTMLConstructionSite
266 m_head = attachToCurrent(createHTMLElement(token)); in insertHTMLHeadElement()
273 m_openElements.pushHTMLBodyElement(attachToCurrent(createHTMLElement(token))); in insertHTMLBodyElement()
282 m_openElements.push(attachToCurrent(form.release())); in insertHTMLFormElement()
290 m_openElements.push(attachToCurrent(createHTMLElement(token))); in insertHTMLElement()
296 RefPtr<Element> element = attachToCurrent(createHTMLElement(token)); in insertSelfClosingHTMLElement()
319 m_openElements.push(attachToCurrent(element.release())); in insertScriptElement()
327 RefPtr<Element> element = attachToCurrent(createElement(token, namespaceURI)); in insertForeignElement()
451 m_openElements.push(attachToCurrent(reconstructed.release())); in reconstructTheActiveFormattingElements()
DHTMLConstructionSite.h124 PassRefPtr<Element> attachToCurrent(PassRefPtr<Element>);
/external/webkit/Source/WebCore/
DChangeLog54217 (WebCore::HTMLConstructionSite::attachToCurrent):
54574 (WebCore::HTMLConstructionSite::attachToCurrent):
54749 (WebCore::HTMLConstructionSite::attachToCurrent):
DChangeLog-2010-12-0699968 I re-factored "attachToCurrent" out from createHTMLElementAndAttachToCurrent
99969 and changed all callers to use attachToCurrent(createHTMLElement(token)).
99976 (WebCore::HTMLConstructionSite::attachToCurrent):