Home
last modified time | relevance | path

Searched refs:WebDocumentType (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
DWebDocumentType.h45 class WebDocumentType : public WebNode {
47 WebDocumentType() { } in WebDocumentType() function
48 WebDocumentType(const WebDocumentType& e) : WebNode(e) { } in WebDocumentType() function
50 WebDocumentType& operator=(const WebDocumentType& e)
55 void assign(const WebDocumentType& e) { WebNode::assign(e); } in assign()
60 WebDocumentType(const WTF::PassRefPtr<WebCore::DocumentType>&);
61 WebDocumentType& operator=(const WTF::PassRefPtr<WebCore::DocumentType>&);
DWebDocument.h56 class WebDocumentType; variable
116 BLINK_EXPORT WebDocumentType doctype() const;
/external/chromium_org/third_party/WebKit/Source/web/
DWebDocumentType.cpp42 WebString WebDocumentType::name() const in name()
47 WebDocumentType::WebDocumentType(const PassRefPtr<DocumentType>& elem) in WebDocumentType() function in blink::WebDocumentType
52 WebDocumentType& WebDocumentType::operator=(const PassRefPtr<DocumentType>& elem) in operator =()
58 WebDocumentType::operator PassRefPtr<DocumentType>() const in operator PassRefPtr<DocumentType>()
DWebDocument.cpp204 WebDocumentType WebDocument::doctype() const in doctype()
206 return WebDocumentType(constUnwrap<Document>()->doctype()); in doctype()
Dweb.gypi139 'WebDocumentType.cpp',
Dwebkit.target.linux-x86.mk172 third_party/WebKit/Source/web/WebDocumentType.cpp \
Dwebkit.target.darwin-mips.mk172 third_party/WebKit/Source/web/WebDocumentType.cpp \
Dwebkit.target.darwin-x86.mk172 third_party/WebKit/Source/web/WebDocumentType.cpp \
Dwebkit.target.linux-arm.mk172 third_party/WebKit/Source/web/WebDocumentType.cpp \
Dwebkit.target.linux-mips.mk172 third_party/WebKit/Source/web/WebDocumentType.cpp \
Dwebkit.target.darwin-arm.mk172 third_party/WebKit/Source/web/WebDocumentType.cpp \
/external/chromium_org/content/renderer/accessibility/
Daccessibility_node_serializer.cc28 using blink::WebDocumentType;
371 const WebDocumentType& doctype = document.doctype(); in SerializeAccessibilityNode()
/external/chromium/webkit/glue/
Dwebaccessibility.cc377 const WebKit::WebDocumentType& doctype = document.doctype(); in Init()