Searched refs:setOuterHTML (Results 1 – 7 of 7) sorted by relevance
67 void setOuterHTML(const String&, ExceptionCode&);
364 void HTMLElement::setOuterHTML(const String& html, ExceptionCode& ec) in setOuterHTML() function in WebCore::HTMLElement
270 static_cast<HTMLElement*>(m_element)->setOuterHTML(markup, exception); in setOuterXml()
11546 (HTMLElementImpl::setOuterHTML):17663 (HTMLElement::setOuterHTML):17724 (HTMLElementImpl::setOuterHTML):17962 (-[DOMHTMLElement setOuterHTML:]):18692 * khtml/html/html_elementimpl.cpp: (HTMLElementImpl::setOuterHTML): added nil check. 19913 (HTMLElementImpl::setOuterHTML):26797 Fixed: <rdar://problem/3924219> Calling setOuterHTML: on a DOMHTMLHtmlElement can crash a program26800 (HTMLElementImpl::setOuterHTML): Added a nil check for fragments who don't have parents.30538 … (HTMLElementImpl::setOuterHTML): Remove ref/deref pair because this leak is now fixed by changes30953 …(HTMLElementImpl::setOuterHTML): function is responsible for derefing the fragment prior to return…[all …]
34727 (WebCore::HTMLElement::setOuterHTML): Remove childrenAreEqual optimization.34811 Optimize setInnerHTML, setOuterHTML, and setInnerText so they don't change the DOM at all34833 (WebCore::HTMLElement::setOuterHTML): Added special case to optimize when the new content40181 Optimize setInnerHTML, setOuterHTML, and setInnerText so they don't change the DOM at all40199 (WebCore::HTMLElement::setOuterHTML): Added special case to optimize when the new content
2056 (WebCore::HTMLElement::setOuterHTML): Added a FIXME about the fact21451 (WebCore::HTMLElementImpl::setOuterHTML):
19357 …(HTMLElementImpl::setOuterHTML): Put ref/deref around call to replaceChild to avoid leaking the no…