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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h344 void setXMLStandalone(bool, ExceptionState&);
H A DDocument.cpp1216 void Document::setXMLStandalone(bool standalone, ExceptionState& exceptionState) function in class:blink::Document
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DXMLDocumentParser.cpp1227 document()->setXMLStandalone(standaloneInfo == StandaloneYes, ASSERT_NO_EXCEPTION);

Completed in 196 milliseconds