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

  /external/webkit/WebCore/html/
HTMLMapElement.h 34 class HTMLMapElement : public HTMLElement {
36 HTMLMapElement(const QualifiedName&, Document*);
37 ~HTMLMapElement();
HTMLMapElement.cpp 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(
    [all...]

Completed in 35 milliseconds