Searched refs:createContextualFragment (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/browser/resources/shared/js/
H A Dparse_html_subset.js58 var df = r.createContextualFragment(s);
/external/chromium_org/ui/webui/resources/js/
H A Dparse_html_subset.js82 var df = r.createContextualFragment(s);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A Dmarkup.h56 PassRefPtr<DocumentFragment> createContextualFragment(const String&, HTMLElement*, ParserContentPolicy, ExceptionState&);
H A Dmarkup.cpp998 PassRefPtr<DocumentFragment> createContextualFragment(const String& markup, HTMLElement* element, ParserContentPolicy parserContentPolicy, ExceptionState& exceptionState) function in namespace:WebCore
1007 RefPtr<DocumentFragment> fragment = createFragmentForInnerOuterHTML(markup, element, parserContentPolicy, "createContextualFragment", exceptionState);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DRange.idl74 [RaisesException, CustomElementCallbacks] DocumentFragment createContextualFragment(DOMString html);
H A DRange.h93 PassRefPtr<DocumentFragment> createContextualFragment(const String& html, ExceptionState&);
H A DRange.cpp1100 PassRefPtr<DocumentFragment> Range::createContextualFragment(const String& markup, ExceptionState& exceptionState) function in class:WebCore::Range
1113 RefPtr<DocumentFragment> fragment = WebCore::createContextualFragment(markup, toHTMLElement(element), AllowScriptingContentAndDoNotMarkAlreadyStarted, exceptionState);
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Dprototype-1.7.js2066 content = range.createContextualFragment(content.stripScripts());
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js1624 content = range.createContextualFragment(content.stripScripts());
H A Dconcat-jquery-mootools-prototype.js10003 content = range.createContextualFragment(content.stripScripts());

Completed in 637 milliseconds