Searched defs:HTMLDocument (Results 1 - 6 of 6) 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:blink
39 static PassRefPtrWillBeRawPtr<HTMLDocument> create(const DocumentInit& initializer = DocumentInit())
41 return adoptRefWillBeNoop(new HTMLDocument(initializer));
43 virtual ~HTMLDocument();
79 HTMLDocument(const DocumentInit&, DocumentClassFlags extendedDocumentClasses = DefaultDocumentClass);
94 inline bool HTMLDocument::hasNamedItem(const AtomicString& name)
99 inline bool HTMLDocument::hasExtraNamedItem(const AtomicString& name)
104 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:blink::HTMLDocument
81 HTMLDocument::~HTMLDocument()
85 HTMLBodyElement* HTMLDocument::htmlBodyElement() const
91 const AtomicString& HTMLDocument::bodyAttributeValue(const QualifiedName& name) const
98 void HTMLDocument::setBodyAttribute(const QualifiedName& name, const AtomicString& value)
110 const AtomicString& HTMLDocument::bgColor() const
115 void 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/owasp/sanitizer/tools/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 125 milliseconds