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

  /external/webkit/Source/WebCore/html/
HTMLElement.h 34 class HTMLElement : public StyledElement {
36 static PassRefPtr<HTMLElement> create(const QualifiedName& tagName, Document*);
87 HTMLElement(const QualifiedName& tagName, Document*);
113 inline HTMLElement* toHTMLElement(Node* node)
116 return static_cast<HTMLElement*>(node);
119 inline const HTMLElement* toHTMLElement(const Node* node)
122 return static_cast<const HTMLElement*>(node);
125 inline HTMLElement::HTMLElement(const QualifiedName& tagName, Document* document)
  /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 116 milliseconds