Home
last modified time | relevance | path

Searched refs:setXMLStandalone (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/dom/
DXMLDocumentParserQt.cpp464 document()->setXMLStandalone(m_stream.isStandaloneDocument(), ec); in startDocument()
DDocument.h370 void setXMLStandalone(bool, ExceptionCode&);
DXMLDocumentParserLibxml2.cpp1038 document()->setXMLStandalone(standalone == 1, ec); // possible values are 0, 1, and -1 in startDocument()
DDocument.cpp1070 void Document::setXMLStandalone(bool standalone, ExceptionCode& ec) in setXMLStandalone() function in WebCore::Document
/external/webkit/Source/WebCore/
DChangeLog-2006-12-319338 (WebCore::Document::setXMLStandalone):