HomeSort by relevance Sort by last modified time
    Searched defs:HTMLTitleElement (Results 1 - 4 of 4) 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...]
  /prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/internal/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 

Completed in 26 milliseconds