createContextualFragment 1113 Source/core/dom/Range.cpp     RefPtr<DocumentFragment> fragment = WebCore::createContextualFragment(markup, toHTMLElement(element), AllowScriptingContentAndDoNotMarkAlreadyStarted, exceptionState);
createContextualFragment   94 Source/core/dom/Range.h     PassRefPtr<DocumentFragment> createContextualFragment(const String& html, ExceptionState&);
createContextualFragment   55 Source/core/editing/markup.h PassRefPtr<DocumentFragment> createContextualFragment(const String&, HTMLElement*, ParserContentPolicy, ExceptionState&);