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

  /external/webkit/Source/WebCore/html/
HTMLBlockquoteElement.cpp 24 #include "HTMLBlockquoteElement.h"
32 HTMLBlockquoteElement::HTMLBlockquoteElement(const QualifiedName& tagName, Document* document)
38 PassRefPtr<HTMLBlockquoteElement> HTMLBlockquoteElement::create(Document* document)
40 return adoptRef(new HTMLBlockquoteElement(blockquoteTag, document));
43 PassRefPtr<HTMLBlockquoteElement> HTMLBlockquoteElement::create(const QualifiedName& tagName, Document* document)
45 return adoptRef(new HTMLBlockquoteElement(tagName, document));
48 bool HTMLBlockquoteElement::isURLAttribute(Attribute* attribute) cons
    [all...]
HTMLBlockquoteElement.h 30 class HTMLBlockquoteElement : public HTMLElement {
32 static PassRefPtr<HTMLBlockquoteElement> create(Document*);
33 static PassRefPtr<HTMLBlockquoteElement> create(const QualifiedName&, Document*);
36 HTMLBlockquoteElement(const QualifiedName&, Document*);
  /prebuilts/tools/common/m2/internal/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 

Completed in 42 milliseconds