Home
last modified time | relevance | path

Searched defs:WebDocumentType (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
DWebDocumentType.h47 WebDocumentType() { } in WebDocumentType() function
48 WebDocumentType(const WebDocumentType& e) : WebNode(e) { } in WebDocumentType() function
DWebDocument.h46 class WebDocumentType; variable
/external/webkit/Source/WebKit/chromium/src/
DWebDocumentType.cpp48 WebDocumentType::WebDocumentType(const PassRefPtr<DocumentType>& elem) in WebDocumentType() function in WebKit::WebDocumentType