createFragmentForInnerOuterHTML 2247 Source/core/dom/Element.cpp     if (RefPtr<DocumentFragment> fragment = createFragmentForInnerOuterHTML(html, this, AllowScriptingContent, "innerHTML", exceptionState)) {
createFragmentForInnerOuterHTML 2271 Source/core/dom/Element.cpp     RefPtr<DocumentFragment> fragment = createFragmentForInnerOuterHTML(html, parent.get(), AllowScriptingContent, "outerHTML", exceptionState);
createFragmentForInnerOuterHTML 2359 Source/core/dom/Element.cpp     RefPtr<DocumentFragment> fragment = createFragmentForInnerOuterHTML(markup, contextElement.get(), AllowScriptingContent, "insertAdjacentHTML", exceptionState);
createFragmentForInnerOuterHTML  135 Source/core/dom/shadow/ShadowRoot.cpp     if (RefPtr<DocumentFragment> fragment = createFragmentForInnerOuterHTML(markup, host(), AllowScriptingContent, "innerHTML", exceptionState))
createFragmentForInnerOuterHTML  976 Source/core/editing/markup.cpp     RefPtr<DocumentFragment> fragment = createFragmentForInnerOuterHTML(markup, element, parserContentPolicy, "createContextualFragment", exceptionState);
createFragmentForInnerOuterHTML   53 Source/core/editing/markup.h PassRefPtr<DocumentFragment> createFragmentForInnerOuterHTML(const String&, Element*, ParserContentPolicy, const char* method, ExceptionState&);