HomeSort by relevance Sort by last modified time
    Searched refs:HTMLDocument (Results 26 - 50 of 68) sorted by null

12 3

  /external/webkit/Source/WebCore/html/parser/
HTMLTreeBuilder.h 51 class HTMLDocument;
58 static PassOwnPtr<HTMLTreeBuilder> create(HTMLDocumentParser* parser, HTMLDocument* document, bool reportErrors, bool usePreHTML5ParserQuirks)
119 HTMLTreeBuilder(HTMLDocumentParser* parser, HTMLDocument*, bool reportErrors, bool usePreHTML5ParserQuirks);
  /external/webkit/Source/WebCore/bindings/v8/
ScriptController.h 167 void namedItemAdded(HTMLDocument*, const AtomicString&);
168 void namedItemRemoved(HTMLDocument*, const AtomicString&);
ScriptController.cpp 474 void ScriptController::namedItemAdded(HTMLDocument* doc, const AtomicString& name)
479 void ScriptController::namedItemRemoved(HTMLDocument* doc, const AtomicString& name)
V8DOMWindowShell.cpp 568 HTMLDocument* htmlDocument = V8HTMLDocument::toNative(info.Holder());
569 ASSERT(htmlDocument);
570 v8::Handle<v8::Value> result = V8HTMLDocument::GetNamedProperty(htmlDocument, name);
579 void V8DOMWindowShell::namedItemAdded(HTMLDocument* doc, const AtomicString& name)
591 void V8DOMWindowShell::namedItemRemoved(HTMLDocument* doc, const AtomicString& name)
  /external/webkit/Source/WebCore/html/
HTMLDocument.idl 25 ] HTMLDocument : Document {
PluginDocument.cpp 144 : HTMLDocument(frame, url)
174 HTMLDocument::detach();
HTMLEmbedElement.cpp 31 #include "HTMLDocument.h"
117 HTMLDocument* document = static_cast<HTMLDocument*>(this->document());
225 static_cast<HTMLDocument*>(document())->addNamedItem(m_name);
245 static_cast<HTMLDocument*>(document())->removeNamedItem(m_name);
HTMLViewSourceDocument.h 28 #include "HTMLDocument.h"
36 class HTMLViewSourceDocument : public HTMLDocument {
FTPDirectoryDocument.cpp 53 static PassRefPtr<FTPDirectoryDocumentParser> create(HTMLDocument* document)
76 FTPDirectoryDocumentParser(HTMLDocument*);
101 FTPDirectoryDocumentParser::FTPDirectoryDocumentParser(HTMLDocument* document)
437 : HTMLDocument(frame, url)
HTMLFormElement.cpp 42 #include "HTMLDocument.h"
134 static_cast<HTMLDocument*>(document())->addNamedItem(m_name);
145 static_cast<HTMLDocument*>(document())->removeNamedItem(m_name);
390 HTMLDocument* document = static_cast<HTMLDocument*>(this->document());
MediaDocument.cpp 117 : HTMLDocument(frame, url)
  /external/webkit/Source/WebCore/bindings/objc/
DOMImplementationFront.cpp 27 #include "HTMLDocument.h"
77 PassRefPtr<HTMLDocument> DOMImplementationFront::createHTMLDocument(const String& title)
DOMHTML.mm 41 #import "HTMLDocument.h"
90 WebCore::HTMLDocument* coreHTMLDocument = core(self);
  /external/webkit/Source/WebCore/dom/
DOMImplementation.cpp 36 #include "HTMLDocument.h"
310 PassRefPtr<HTMLDocument> DOMImplementation::createHTMLDocument(const String& title)
312 RefPtr<HTMLDocument> d = HTMLDocument::create(0, KURL());
329 return HTMLDocument::create(frame, url);
385 return HTMLDocument::create(frame, url);
  /external/webkit/Source/WebCore/bindings/js/
ScriptController.h 133 void namedItemAdded(HTMLDocument*, const AtomicString&) { }
134 void namedItemRemoved(HTMLDocument*, const AtomicString&) { }
JSDocumentCustom.cpp 26 #include "HTMLDocument.h"
107 wrapper = CREATE_DOM_NODE_WRAPPER(exec, globalObject, HTMLDocument, document);
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8DocumentCustom.cpp 126 return toV8(static_cast<HTMLDocument*>(impl), forceNewObject);
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLDocument17.js 78 Clears the current document using HTMLDocument.open immediately followed by close.
HTMLDocument18.js 78 Calls HTMLDocument.close on a document that has not been opened for modification.
doc01.js 78 Retrieve the title attribute of HTMLDocument and examine it's value.
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLDocument17.js 78 Clears the current document using HTMLDocument.open immediately followed by close.
HTMLDocument18.js 78 Calls HTMLDocument.close on a document that has not been opened for modification.
doc01.js 78 Retrieve the title attribute of HTMLDocument and examine it's value.
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java 167 final HTMLDocument page = createPage (title);
335 final HTMLDocument page = createPage (REPORT_HEADER_TITLE);
452 final HTMLDocument page = createPage (REPORT_HEADER_TITLE);
628 final HTMLDocument page = createPage (REPORT_HEADER_TITLE);
764 private HTMLDocument createPage (final String title)
766 final HTMLDocument page = new HTMLDocument (title, m_settings.getOutEncoding ());
772 private IElement addPageHeader (final HTMLDocument page, final IItem item, final IItem [] path)
812 private IElement addPageFooter (final HTMLDocument page, final IItem item, final IItem [] path)
    [all...]
  /external/webkit/Source/WebKit/win/
DOMHTMLClasses.cpp 37 #include <WebCore/HTMLDocument.h>
253 *result = BString(static_cast<HTMLDocument*>(m_document)->url()).release();
264 HTMLDocument* htmlDoc = static_cast<HTMLDocument*>(m_document);
307 HTMLDocument* htmlDoc = static_cast<HTMLDocument*>(m_document);
    [all...]

Completed in 553 milliseconds

12 3