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

  /external/webkit/Source/WebCore/html/
HTMLParagraphElement.h 30 class HTMLParagraphElement : public HTMLElement {
32 static PassRefPtr<HTMLParagraphElement> create(const QualifiedName&, Document*);
35 HTMLParagraphElement(const QualifiedName&, Document*);
HTMLParagraphElement.idl 22 interface HTMLParagraphElement : HTMLElement {
HTMLParagraphElement.cpp 24 #include "HTMLParagraphElement.h"
36 inline HTMLParagraphElement::HTMLParagraphElement(const QualifiedName& tagName, Document* document)
42 PassRefPtr<HTMLParagraphElement> HTMLParagraphElement::create(const QualifiedName& tagName, Document* document)
44 return adoptRef(new HTMLParagraphElement(tagName, document));
47 bool HTMLParagraphElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
56 void HTMLParagraphElement::parseMappedAttribute(Attribute* attr)
  /external/webkit/Source/WebCore/bindings/gobject/
WebKitHTMLElementWrapperFactory.cpp 80 #include "HTMLParagraphElement.h"
401 return wrapHTMLParagraphElement(static_cast<HTMLParagraphElement*>(element.get()));
  /external/webkit/Source/WebCore/page/
DOMWindow.idl 462 attribute HTMLParagraphElementConstructor HTMLParagraphElement;
    [all...]
  /external/jdiff/
xerces.jar 

Completed in 158 milliseconds