Searched refs:hasXMLDeclaration (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h340 bool hasXMLDeclaration() const { return m_hasXMLDeclaration; } function in class:blink::Document
345 void setHasXMLDeclaration(bool hasXMLDeclaration) { m_hasXMLDeclaration = hasXMLDeclaration ? 1 : 0; } argument
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DMarkupAccumulator.cpp329 if (!document.hasXMLDeclaration())

Completed in 87 milliseconds