Home
last modified time | relevance | path

Searched refs:m_xmlVersion (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/dom/
DDocument.h365 String xmlVersion() const { return m_xmlVersion; } in xmlVersion()
1103 void clearXMLVersion() { m_xmlVersion = String(); } in clearXMLVersion()
1310 String m_xmlVersion; variable
DDocument.cpp404 , m_xmlVersion("1.0") in Document()
1064 m_xmlVersion = version; in setXMLVersion()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1410721 m_xmlVersion directly with a call to a new inline clearXMLVersion()