Searched refs:createFragmentFromSource (Results 1 – 8 of 8) sorted by relevance
100 static inline RefPtr<DocumentFragment> createFragmentFromSource(const String& sourceString, const S… in createFragmentFromSource() function148 return createFragmentFromSource(resultString, resultMIMEType, outputDoc); in transformToFragment()
341 static PassRefPtr<DocumentFragment> createFragmentFromSource(const String& markup, Element* context… in createFragmentFromSource() function362 RefPtr<DocumentFragment> fragment = createFragmentFromSource(html, this, ec); in setInnerHTML()376 RefPtr<DocumentFragment> fragment = createFragmentFromSource(html, parent, ec); in setOuterHTML()
3139 (DOM::createFragmentFromSource):7318 (DOM::createFragmentFromSource):8234 (DOM::createFragmentFromSource):
56584 (WebCore::createFragmentFromSource):73552 (WebCore::createFragmentFromSource):78438 (WebCore::createFragmentFromSource):82737 (WebCore::createFragmentFromSource):116564 (WebCore::createFragmentFromSource): ditto.
36842 (DOM::createFragmentFromSource):
26942 (WebCore::createFragmentFromSource):77977 (WebCore::createFragmentFromSource):
55838 (WebCore::createFragmentFromSource): Removed unused sourceNode argument.55839 … (WebCore::XSLTProcessor::transformToFragment): Don't pass sourceNode to createFragmentFromSource.
53843 (WebCore::createFragmentFromSource): Remove trailing whitespaces.71290 (WebCore::createFragmentFromSource): Use DocumentFragment::create and