Searched defs:isHTMLDocument (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSParserMode.h103 bool isHTMLDocument() const { return m_isHTMLDocument; } function in class:WebCore::CSSParserContext
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPageSerializerImpl.h126 bool isHTMLDocument; // document.isHTMLDocument() member in struct:blink::WebPageSerializerImpl::SerializeDomParam
H A DWebDocument.cpp110 bool WebDocument::isHTMLDocument() const function in class:blink::WebDocument
112 return constUnwrap<Document>()->isHTMLDocument();
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h383 bool isHTMLDocument() const { return m_documentClasses & HTMLDocumentClass; } function in class:WebCore::Document

Completed in 1076 milliseconds