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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLHRElement.cpp 24 #include "core/html/HTMLHRElement.h"
36 HTMLHRElement::HTMLHRElement(const QualifiedName& tagName, Document* document)
43 PassRefPtr<HTMLHRElement> HTMLHRElement::create(Document* document)
45 return adoptRef(new HTMLHRElement(hrTag, document));
48 PassRefPtr<HTMLHRElement> HTMLHRElement::create(const QualifiedName& tagName, Document* document)
50 return adoptRef(new HTMLHRElement(tagName, document));
53 bool HTMLHRElement::isPresentationAttribute(const QualifiedName& name) 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 3137 milliseconds