Searched refs:xmlDocPtrForString (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DXMLDocumentParser.h337 void* xmlDocPtrForString(CachedResourceLoader*, const String& source, const String& url);
H A DXMLDocumentParserLibxml2.cpp1349 void* doc = xmlDocPtrForString(document()->cachedResourceLoader(), m_originalSourceForTransform, document()->url().string());
1362 void* xmlDocPtrForString(CachedResourceLoader* cachedResourceLoader, const String& source, const String& url) function in namespace:WebCore
/external/webkit/Source/WebCore/xml/
H A DXSLTProcessorLibxslt.cpp274 sourceDoc = (xmlDocPtr)xmlDocPtrForString(ownerDocument->cachedResourceLoader(), createMarkup(sourceNode),

Completed in 346 milliseconds