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

  /external/webkit/Source/WebCore/html/
HTMLQuoteElement.h 32 class HTMLQuoteElement : public HTMLElement {
34 static PassRefPtr<HTMLQuoteElement> create(const QualifiedName&, Document*);
37 HTMLQuoteElement(const QualifiedName&, Document*);
HTMLQuoteElement.cpp 24 #include "HTMLQuoteElement.h"
33 inline HTMLQuoteElement::HTMLQuoteElement(const QualifiedName& tagName, Document* document)
39 PassRefPtr<HTMLQuoteElement> HTMLQuoteElement::create(const QualifiedName& tagName, Document* document)
41 return adoptRef(new HTMLQuoteElement(tagName, document));
44 void HTMLQuoteElement::insertedIntoDocument()
51 bool HTMLQuoteElement::isURLAttribute(Attribute* attribute) const

Completed in 450 milliseconds