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

/external/webkit/Source/WebCore/html/
H A DHTMLDocument.h36 class HTMLDocument : public Document, public CachedResourceClient { class in namespace:WebCore
38 static PassRefPtr<HTMLDocument> create(Frame* frame, const KURL& url)
40 return adoptRef(new HTMLDocument(frame, url));
42 virtual ~HTMLDocument();
83 HTMLDocument(Frame*, const KURL&);
98 inline bool HTMLDocument::hasNamedItem(AtomicStringImpl* name)
104 inline bool HTMLDocument::hasExtraNamedItem(AtomicStringImpl* name)
H A DHTMLDocument.cpp54 #include "HTMLDocument.h"
82 HTMLDocument::HTMLDocument(Frame* frame, const KURL& url) function in class:WebCore::HTMLDocument
88 HTMLDocument::~HTMLDocument()
92 int HTMLDocument::width()
99 int HTMLDocument::height()
106 String HTMLDocument::dir()
114 void HTMLDocument::setDir(const String& value)
121 String 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 1924 milliseconds