Home
last modified time | relevance | path

Searched refs:createFragmentFromSource (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/xml/
DXSLTProcessor.cpp100 static inline RefPtr<DocumentFragment> createFragmentFromSource(const String& sourceString, const S… in createFragmentFromSource() function
148 return createFragmentFromSource(resultString, resultMIMEType, outputDoc); in transformToFragment()
/external/webkit/Source/WebCore/html/
DHTMLElement.cpp341 static PassRefPtr<DocumentFragment> createFragmentFromSource(const String& markup, Element* context… in createFragmentFromSource() function
362 RefPtr<DocumentFragment> fragment = createFragmentFromSource(html, this, ec); in setInnerHTML()
376 RefPtr<DocumentFragment> fragment = createFragmentFromSource(html, parent, ec); in setOuterHTML()
/external/webkit/Source/WebCore/
DChangeLog-2005-12-193139 (DOM::createFragmentFromSource):
7318 (DOM::createFragmentFromSource):
8234 (DOM::createFragmentFromSource):
DChangeLog-2010-12-0656584 (WebCore::createFragmentFromSource):
73552 (WebCore::createFragmentFromSource):
78438 (WebCore::createFragmentFromSource):
82737 (WebCore::createFragmentFromSource):
116564 (WebCore::createFragmentFromSource): ditto.
DChangeLog-2006-05-1036842 (DOM::createFragmentFromSource):
DChangeLog-2008-08-1026942 (WebCore::createFragmentFromSource):
77977 (WebCore::createFragmentFromSource):
DChangeLog-2009-06-1655838 (WebCore::createFragmentFromSource): Removed unused sourceNode argument.
55839 … (WebCore::XSLTProcessor::transformToFragment): Don't pass sourceNode to createFragmentFromSource.
DChangeLog-2010-01-2953843 (WebCore::createFragmentFromSource): Remove trailing whitespaces.
71290 (WebCore::createFragmentFromSource): Use DocumentFragment::create and