createFragmentFromMarkup 1184 Source/core/editing/CompositeEditCommand.cpp createFragmentFromMarkup(document(), createMarkup(range.get(), 0, DoNotAnnotateForInterchange, true, DoNotResolveURLs, constrainingAncestor), "") : nullptr; createFragmentFromMarkup 500 Source/core/editing/EditorCommand.cpp return executeInsertFragment(frame, createFragmentFromMarkup(*frame.document(), value, "")); createFragmentFromMarkup 703 Source/core/editing/markup.cpp RefPtr<DocumentFragment> taggedFragment = createFragmentFromMarkup(document, taggedMarkup.toString(), baseURL, parserContentPolicy); createFragmentFromMarkup 51 Source/core/editing/markup.h PassRefPtr<DocumentFragment> createFragmentFromMarkup(Document&, const String& markup, const String& baseURL, ParserContentPolicy = AllowScriptingContent); createFragmentFromMarkup 157 Source/core/page/DragData.cpp if (RefPtr<DocumentFragment> fragment = createFragmentFromMarkup(*frame->document(), html, baseURL, DisallowScriptingAndPluginContent))