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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMapElement.cpp23 #include "core/html/HTMLMapElement.h"
39 HTMLMapElement::HTMLMapElement(const QualifiedName& tagName, Document* document) function in class:WebCore::HTMLMapElement
46 PassRefPtr<HTMLMapElement> HTMLMapElement::create(Document* document)
48 return adoptRef(new HTMLMapElement(mapTag, document));
51 PassRefPtr<HTMLMapElement> HTMLMapElement::create(const QualifiedName& tagName, Document* document)
53 return adoptRef(new HTMLMapElement(tagName, document));
56 HTMLMapElement
[all...]

Completed in 96 milliseconds