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

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessor.cpp 65 bool sourceIsDocument = (sourceNode == ownerDocument.get());
69 DocumentInit init(sourceIsDocument ? ownerDocument->url() : KURL(), frame);
XSLTProcessorLibxslt.cpp 243 bool sourceIsDocument = (sourceNode == ownerDocument.get());
246 if (sourceIsDocument && ownerDocument->transformSource())
250 sourceIsDocument ? ownerDocument->url().string() : String());

Completed in 667 milliseconds