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

  /external/webkit/Source/WebCore/wml/
WMLImageLoader.h 29 class WMLImageElement;
33 WMLImageLoader(WMLImageElement*);
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...]
WMLImageLoader.cpp 29 #include "WMLImageElement.h"
36 WMLImageLoader::WMLImageLoader(WMLImageElement* element)
62 WMLImageElement* imageElement = static_cast<WMLImageElement*>(element());
  /external/webkit/Source/WebCore/rendering/
HitTestResult.cpp 45 #include "WMLImageElement.h"
268 WMLImageElement* image = static_cast<WMLImageElement*>(m_innerNonSharedNode.get());
RenderImage.cpp 50 #include "WMLImageElement.h"
445 m_altText = static_cast<WMLImageElement*>(node())->altText();

Completed in 1524 milliseconds