Searched defs:WMLImageElement (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/wml/
H A DWMLImageElement.h30 class WMLImageElement : public WMLElement { class in namespace:WebCore
32 static PassRefPtr<WMLImageElement> create(const QualifiedName&, Document*);
34 WMLImageElement(const QualifiedName& tagName, Document*);
35 virtual ~WMLImageElement();
H A DWMLImageElement.cpp24 #include "WMLImageElement.h"
39 WMLImageElement::WMLImageElement(const QualifiedName& tagName, Document* doc) function in class:WebCore::WMLImageElement
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
[all...]

Completed in 72 milliseconds