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

  /external/webkit/Source/WebCore/html/
HTMLAnchorElement.h 54 class HTMLAnchorElement : public HTMLElement {
56 static PassRefPtr<HTMLAnchorElement> create(Document*);
57 static PassRefPtr<HTMLAnchorElement> create(const QualifiedName&, Document*);
99 HTMLAnchorElement(const QualifiedName&, Document*);
HTMLAnchorElement.cpp 25 #include "HTMLAnchorElement.h"
47 HTMLAnchorElement::HTMLAnchorElement(const QualifiedName& tagName, Document* document)
54 PassRefPtr<HTMLAnchorElement> HTMLAnchorElement::create(Document* document)
56 return adoptRef(new HTMLAnchorElement(aTag, document));
59 PassRefPtr<HTMLAnchorElement> HTMLAnchorElement::create(const QualifiedName& tagName, Document* document)
61 return adoptRef(new HTMLAnchorElement(tagName, document));
73 bool HTMLAnchorElement::supportsFocus() 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 104 milliseconds