Home | History | Annotate | Download | only in html

Lines Matching defs:HTMLMapElement

23 #include "HTMLMapElement.h"
41 HTMLMapElement::HTMLMapElement(const QualifiedName& tagName, Document* doc)
47 HTMLMapElement::~HTMLMapElement()
52 bool HTMLMapElement::checkDTD(const Node* newChild)
58 bool HTMLMapElement::mapMouseEvent(int x, int y, const IntSize& size, HitTestResult& result)
80 HTMLImageElement* HTMLMapElement::imageElement() const
98 void HTMLMapElement::parseMappedAttribute(MappedAttribute* attr)
119 PassRefPtr<HTMLCollection> HTMLMapElement::areas()
124 String HTMLMapElement::name() const
129 void HTMLMapElement::setName(const String& value)