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

/external/webkit/WebCore/html/
H A DHTMLMapElement.h34 class HTMLMapElement : public HTMLElement { class in namespace:WebCore
36 HTMLMapElement(const QualifiedName&, Document*);
37 ~HTMLMapElement();
H A DHTMLMapElement.cpp23 #include "HTMLMapElement.h"
41 HTMLMapElement::HTMLMapElement(const QualifiedName& tagName, Document* doc) function in class:WebCore::HTMLMapElement
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
[all...]

Completed in 721 milliseconds