Home | History | Annotate | Download | only in html

Lines Matching refs:createFragmentFromSource

341 static PassRefPtr<DocumentFragment> createFragmentFromSource(const String& markup, Element* contextElement, ExceptionCode& ec)
362 createFragmentFromSource(html, this, ec);
376 RefPtr<DocumentFragment> fragment = createFragmentFromSource(html, parent, ec);