HomeSort by relevance Sort by last modified time
    Searched refs:WebDocumentType (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
WebDocumentType.cpp 32 #include "WebDocumentType.h"
42 WebString WebDocumentType::name() const
47 WebDocumentType::WebDocumentType(const PassRefPtr<DocumentType>& elem)
52 WebDocumentType& WebDocumentType::operator=(const PassRefPtr<DocumentType>& elem)
58 WebDocumentType::operator PassRefPtr<DocumentType>() const
WebDocument.cpp 38 #include "WebDocumentType.h"
198 WebDocumentType WebDocument::doctype() const
200 return WebDocumentType(constUnwrap<Document>()->doctype());
webkit.target.darwin-arm.mk 157 third_party/WebKit/Source/web/WebDocumentType.cpp \
webkit.target.darwin-mips.mk 157 third_party/WebKit/Source/web/WebDocumentType.cpp \
webkit.target.darwin-x86.mk 157 third_party/WebKit/Source/web/WebDocumentType.cpp \
webkit.target.linux-arm.mk 157 third_party/WebKit/Source/web/WebDocumentType.cpp \
webkit.target.linux-mips.mk 157 third_party/WebKit/Source/web/WebDocumentType.cpp \
webkit.target.linux-x86.mk 157 third_party/WebKit/Source/web/WebDocumentType.cpp \
  /external/chromium_org/third_party/WebKit/public/web/
WebDocumentType.h 45 class WebDocumentType : public WebNode {
47 WebDocumentType() { }
48 WebDocumentType(const WebDocumentType& e) : WebNode(e) { }
50 WebDocumentType& operator=(const WebDocumentType& e)
55 void assign(const WebDocumentType& e) { WebNode::assign(e); }
60 WebDocumentType(const WTF::PassRefPtr<WebCore::DocumentType>&);
61 WebDocumentType& operator=(const WTF::PassRefPtr<WebCore::DocumentType>&);
WebDocument.h 56 class WebDocumentType;
115 WEBKIT_EXPORT WebDocumentType doctype() const;
  /external/chromium/webkit/glue/
webaccessibility.cc 17 #include "third_party/WebKit/Source/WebKit/chromium/public/WebDocumentType.h"
377 const WebKit::WebDocumentType& doctype = document.doctype();
  /external/chromium_org/content/renderer/accessibility/
accessibility_node_serializer.cc 19 #include "third_party/WebKit/public/web/WebDocumentType.h"
29 using WebKit::WebDocumentType;
536 const WebDocumentType& doctype = document.doctype();

Completed in 103 milliseconds