Searched defs:HTMLDocument (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLDocument.h36 class HTMLDocument : public Document, public ResourceClient { class in namespace:WebCore
38 static PassRefPtr<HTMLDocument> create(const DocumentInit& initializer = DocumentInit())
40 return adoptRef(new HTMLDocument(initializer));
42 virtual ~HTMLDocument();
87 HTMLDocument(const DocumentInit&, DocumentClassFlags extendedDocumentClasses = DefaultDocumentClass);
102 inline bool HTMLDocument::hasNamedItem(const AtomicString& name)
107 inline bool HTMLDocument::hasExtraNamedItem(const AtomicString& name)
112 DEFINE_DOCUMENT_TYPE_CASTS(HTMLDocument);
H A DHTMLDocument.cpp54 #include "core/html/HTMLDocument.h"
71 HTMLDocument::HTMLDocument(const DocumentInit& initializer, DocumentClassFlags extendedDocumentClasses) function in class:WebCore::HTMLDocument
78 HTMLDocument::~HTMLDocument()
82 const AtomicString& HTMLDocument::dir()
90 void HTMLDocument::setDir(const AtomicString& value)
97 String HTMLDocument::designMode() const
102 void HTMLDocument::setDesignMode(const String& value)
114 Element* HTMLDocument
[all...]
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DHTMLDocument.java7 * $Id: HTMLDocument.java,v 1.1.1.1 2004/05/09 16:57:41 vlad_r Exp $
18 final class HTMLDocument extends IElement.Factory.ElementImpl class in inherits:IElement.Factory.ElementImpl
23 public HTMLDocument () method in class:HTMLDocument
28 public HTMLDocument (final String title, final String encoding) method in class:HTMLDocument
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 266 milliseconds