HomeSort by relevance Sort by last modified time
    Searched refs:HTMLHtmlElement (Results 1 - 13 of 13) sorted by null

  /external/webkit/Source/WebCore/html/
HTMLHtmlElement.h 31 class HTMLHtmlElement : public HTMLElement {
33 static PassRefPtr<HTMLHtmlElement> create(Document*);
34 static PassRefPtr<HTMLHtmlElement> create(const QualifiedName&, Document*);
41 HTMLHtmlElement(const QualifiedName&, Document*);
HTMLHtmlElement.cpp 25 #include "HTMLHtmlElement.h"
38 HTMLHtmlElement::HTMLHtmlElement(const QualifiedName& tagName, Document* document)
44 PassRefPtr<HTMLHtmlElement> HTMLHtmlElement::create(Document* document)
46 return adoptRef(new HTMLHtmlElement(htmlTag, document));
49 PassRefPtr<HTMLHtmlElement> HTMLHtmlElement::create(const QualifiedName& tagName, Document* document)
51 return adoptRef(new HTMLHtmlElement(tagName, document));
54 bool HTMLHtmlElement::isURLAttribute(Attribute* attribute) cons
    [all...]
HTMLHtmlElement.idl 22 interface HTMLHtmlElement : HTMLElement {
PluginDocument.cpp 33 #include "HTMLHtmlElement.h"
74 static_cast<HTMLHtmlElement*>(rootElement.get())->insertedByParser();
MediaDocument.cpp 36 #include "HTMLHtmlElement.h"
76 static_cast<HTMLHtmlElement*>(rootElement.get())->insertedByParser();
HTMLViewSourceDocument.cpp 34 #include "HTMLHtmlElement.h"
75 RefPtr<HTMLHtmlElement> html = HTMLHtmlElement::create(this);
ImageDocument.cpp 35 #include "HTMLHtmlElement.h"
199 static_cast<HTMLHtmlElement*>(rootElement.get())->insertedByParser();
  /external/webkit/Source/WebCore/html/parser/
HTMLConstructionSite.cpp 38 #include "HTMLHtmlElement.h"
179 RefPtr<HTMLHtmlElement> element = HTMLHtmlElement::create(m_document);
  /external/webkit/Source/WebCore/bindings/gobject/
WebKitHTMLElementWrapperFactory.cpp 60 #include "HTMLHtmlElement.h"
311 return wrapHTMLHtmlElement(static_cast<HTMLHtmlElement*>(element.get()));
  /external/webkit/Source/WebCore/dom/
XMLDocumentParserQt.cpp 40 #include "HTMLHtmlElement.h"
548 static_cast<HTMLHtmlElement*>(newElement.get())->insertedByParser();
XMLDocumentParserLibxml2.cpp 41 #include "HTMLHtmlElement.h"
833 static_cast<HTMLHtmlElement*>(newElement.get())->insertedByParser();
    [all...]
  /external/webkit/Source/WebCore/page/
DOMWindow.idl 439 attribute HTMLHtmlElementConstructor HTMLHtmlElement;
    [all...]
  /external/jdiff/
xerces.jar 

Completed in 103 milliseconds