HomeSort by relevance Sort by last modified time
    Searched defs:HTMLBaseElement (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/html/
HTMLBaseElement.h 30 class HTMLBaseElement : public HTMLElement {
32 static PassRefPtr<HTMLBaseElement> create(const QualifiedName&, Document*);
35 HTMLBaseElement(const QualifiedName&, Document*);
HTMLBaseElement.cpp 24 #include "HTMLBaseElement.h"
34 inline HTMLBaseElement::HTMLBaseElement(const QualifiedName& tagName, Document* document)
40 PassRefPtr<HTMLBaseElement> HTMLBaseElement::create(const QualifiedName& tagName, Document* document)
42 return adoptRef(new HTMLBaseElement(tagName, document));
45 void HTMLBaseElement::parseMappedAttribute(Attribute* attribute)
53 void HTMLBaseElement::insertedIntoDocument()
59 void HTMLBaseElement::removedFromDocument()
65 bool HTMLBaseElement::isURLAttribute(Attribute* attribute) cons
    [all...]

Completed in 26 milliseconds