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

  /external/webkit/Source/WebCore/html/
HTMLTitleElement.h 30 class HTMLTitleElement : public HTMLElement {
32 static PassRefPtr<HTMLTitleElement> create(const QualifiedName&, Document*);
40 HTMLTitleElement(const QualifiedName&, Document*);
HTMLTitleElement.cpp 24 #include "HTMLTitleElement.h"
35 inline HTMLTitleElement::HTMLTitleElement(const QualifiedName& tagName, Document* document)
41 PassRefPtr<HTMLTitleElement> HTMLTitleElement::create(const QualifiedName& tagName, Document* document)
43 return adoptRef(new HTMLTitleElement(tagName, document));
46 void HTMLTitleElement::insertedIntoDocument()
52 void HTMLTitleElement::removedFromDocument()
58 void HTMLTitleElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta)
66 String HTMLTitleElement::text() cons
    [all...]

Completed in 94 milliseconds