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

  /external/webkit/Source/WebCore/wml/
WMLImageElement.h 30 class WMLImageElement : public WMLElement {
32 static PassRefPtr<WMLImageElement> create(const QualifiedName&, Document*);
34 WMLImageElement(const QualifiedName& tagName, Document*);
35 virtual ~WMLImageElement();
WMLImageElement.cpp 24 #include "WMLImageElement.h"
39 WMLImageElement::WMLImageElement(const QualifiedName& tagName, Document* doc)
46 PassRefPtr<WMLImageElement> WMLImageElement::create(const QualifiedName& tagName, Document* document)
48 return adoptRef(new WMLImageElement(tagName, document));
51 WMLImageElement::~WMLImageElement()
55 bool WMLImageElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
73 void WMLImageElement::parseMappedAttribute(Attribute* attr
    [all...]

Completed in 1186 milliseconds