HomeSort by relevance Sort by last modified time
    Searched refs:createFragmentFromSource (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/xml/
XSLTProcessor.cpp 100 static inline RefPtr<DocumentFragment> createFragmentFromSource(const String& sourceString, const String& sourceMIMEType, Document* outputDoc)
148 return createFragmentFromSource(resultString, resultMIMEType, outputDoc);
  /external/webkit/Source/WebCore/html/
HTMLElement.cpp 341 static PassRefPtr<DocumentFragment> createFragmentFromSource(const String& markup, Element* contextElement, ExceptionCode& ec)
362 RefPtr<DocumentFragment> fragment = createFragmentFromSource(html, this, ec);
376 RefPtr<DocumentFragment> fragment = createFragmentFromSource(html, parent, ec);
    [all...]

Completed in 432 milliseconds