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

  /external/webkit/Source/WebCore/html/
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*);
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.idl 22 interface HTMLBlockquoteElement : HTMLElement {
  /external/webkit/Source/WebCore/bindings/gobject/
WebKitHTMLElementWrapperFactory.cpp 44 #include "HTMLBlockquoteElement.h"
211 return wrapHTMLBlockquoteElement(static_cast<HTMLBlockquoteElement*>(element.get()));
  /external/webkit/Source/WebCore/page/
DOMWindow.idl 420 attribute HTMLBlockquoteElementConstructor HTMLBlockquoteElement;
    [all...]
  /prebuilts/tools/common/m2/internal/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 

Completed in 193 milliseconds