Home
last modified time | relevance | path

Searched refs:HTMLMapElement (Results 1 – 25 of 34) sorted by relevance

12

/external/webkit/Source/WebCore/html/
DHTMLMapElement.cpp41 HTMLMapElement::HTMLMapElement(const QualifiedName& tagName, Document* document) in HTMLMapElement() function in WebCore::HTMLMapElement
47 PassRefPtr<HTMLMapElement> HTMLMapElement::create(Document* document) in create()
49 return adoptRef(new HTMLMapElement(mapTag, document)); in create()
52 PassRefPtr<HTMLMapElement> HTMLMapElement::create(const QualifiedName& tagName, Document* document) in create()
54 return adoptRef(new HTMLMapElement(tagName, document)); in create()
57 HTMLMapElement::~HTMLMapElement() in ~HTMLMapElement()
61 bool HTMLMapElement::mapMouseEvent(int x, int y, const IntSize& size, HitTestResult& result) in mapMouseEvent()
83 HTMLImageElement* HTMLMapElement::imageElement() const in imageElement()
101 void HTMLMapElement::parseMappedAttribute(Attribute* attribute) in parseMappedAttribute()
129 PassRefPtr<HTMLCollection> HTMLMapElement::areas() in areas()
[all …]
DHTMLMapElement.h34 class HTMLMapElement : public HTMLElement {
36 static PassRefPtr<HTMLMapElement> create(Document*);
37 static PassRefPtr<HTMLMapElement> create(const QualifiedName&, Document*);
38 virtual ~HTMLMapElement();
48 HTMLMapElement(const QualifiedName&, Document*);
DHTMLMapElement.idl23 interface HTMLMapElement : HTMLElement {
DHTMLAreaElement.cpp181 return static_cast<HTMLMapElement*>(mapElement)->imageElement(); in imageElement()
/external/webkit/Source/WebCore/dom/
DTreeScope.h35 class HTMLMapElement; variable
49 void addImageMap(HTMLMapElement*);
50 void removeImageMap(HTMLMapElement*);
51 HTMLMapElement* getImageMap(const String& url) const;
DTreeScope.cpp119 void TreeScope::addImageMap(HTMLMapElement* imageMap) in addImageMap()
127 void TreeScope::removeImageMap(HTMLMapElement* imageMap) in removeImageMap()
135 HTMLMapElement* TreeScope::getImageMap(const String& url) const in getImageMap()
142 …return static_cast<HTMLMapElement*>(m_imageMapsByName.getElementByLowercasedMapName(AtomicString(n… in getImageMap()
143 …return static_cast<HTMLMapElement*>(m_imageMapsByName.getElementByMapName(AtomicString(name).impl(… in getImageMap()
DDocumentOrderedMap.cpp50 …return element->hasTagName(mapTag) && static_cast<HTMLMapElement*>(element)->getName().impl() == k… in keyMatchesMapName()
55 …return element->hasTagName(mapTag) && static_cast<HTMLMapElement*>(element)->getName().lower().imp… in keyMatchesLowercasedMapName()
DDocument.h92 class HTMLMapElement; variable
/external/webkit/Source/WebCore/accessibility/
DAccessibilityImageMapLink.h49 void setHTMLMapElement(HTMLMapElement* element) { m_mapElement = element; } in setHTMLMapElement()
50 HTMLMapElement* mapElement() const { return m_mapElement.get(); } in mapElement()
75 RefPtr<HTMLMapElement> m_mapElement;
DAccessibilityRenderObject.h47 class HTMLMapElement; variable
289 AccessibilityObject* accessibilityParentForImageMap(HTMLMapElement*) const;
DAccessibilityRenderObject.cpp2344 AccessibilityObject* AccessibilityRenderObject::accessibilityParentForImageMap(HTMLMapElement* map)… in accessibilityParentForImageMap()
2374 areaObject->setHTMLMapElement(static_cast<HTMLMapElement*>(parent)); in getDocumentLinks()
2375 … areaObject->setParent(accessibilityParentForImageMap(static_cast<HTMLMapElement*>(parent))); in getDocumentLinks()
2745 HTMLMapElement* map = static_cast<HTMLMapElement*>(area->parentNode()); in accessibilityImageMapHitTest()
3410 HTMLMapElement* map = toRenderImage(cssBox)->imageMap(); in addChildren()
/external/webkit/Source/WebCore/rendering/
DRenderImage.h34 class HTMLMapElement; variable
51 HTMLMapElement* imageMap() const;
DRenderImage.cpp405 HTMLMapElement* RenderImage::imageMap() const in imageMap()
417 if (HTMLMapElement* map = imageMap()) { in nodeAtPoint()
/external/webkit/Source/WebCore/bindings/gobject/
DWebKitHTMLElementWrapperFactory.cpp361 return wrapHTMLMapElement(static_cast<HTMLMapElement*>(element.get())); in createMapWrapper()
/external/webkit/Source/WebCore/
DDerivedSources.make248 HTMLMapElement \
DCodeGenerators.pri269 html/HTMLMapElement.idl \
DCMakeLists.txt244 html/HTMLMapElement.idl
784 html/HTMLMapElement.cpp
DWebCore.pro706 html/HTMLMapElement.cpp \
1687 html/HTMLMapElement.h \
DWebCore.gypi1244 'html/HTMLMapElement.idl',
2925 'html/HTMLMapElement.cpp',
2926 'html/HTMLMapElement.h',
DGNUmakefile.list.am1695 Source/WebCore/html/HTMLMapElement.cpp \
1696 Source/WebCore/html/HTMLMapElement.h \
DGNUmakefile.am1740 Source/WebCore/html/HTMLMapElement.cpp \
1741 Source/WebCore/html/HTMLMapElement.h \
DChangeLog-2006-12-3117299 * html/HTMLMapElement.cpp:
17300 (WebCore::HTMLMapElement::mapMouseEvent):
18046 * html/HTMLMapElement.cpp:
18047 (WebCore::HTMLMapElement::mapMouseEvent): Adjust for HitTestResult
18049 * html/HTMLMapElement.h: Same.
29003 * html/HTMLMapElement.cpp:
29004 (WebCore::HTMLMapElement::mapMouseEvent):
34743 * html/HTMLMapElement.idl: Ditto.
35252 * html/HTMLMapElement.idl:
47165 * html/HTMLMapElement.cpp:
[all …]
/external/webkit/Source/WebCore/page/
DDOMWindow.idl449 attribute HTMLMapElementConstructor HTMLMapElement;
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp196 HTMLMapElement* map = image->imageMap(); in getAreaRect()
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj3936 …D2C0A19385500A8EF5F /* HTMLMapElement.h in Headers */ = {isa = PBXBuildFile; fileRef = A8EA7D240A1…
3942 …320A19385500A8EF5F /* HTMLMapElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8EA7D2A0A…
7019 …A1CE58600B42B25 /* HTMLMapElement.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFil…
10365 …85500A8EF5F /* HTMLMapElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType…
10371 …00A8EF5F /* HTMLMapElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType …
16016 A8EA7D2A0A19385500A8EF5F /* HTMLMapElement.cpp */,
16017 A8EA7D240A19385500A8EF5F /* HTMLMapElement.h */,
16018 1AE2AAF70A1CE58600B42B25 /* HTMLMapElement.idl */,
21273 A8EA7D2C0A19385500A8EF5F /* HTMLMapElement.h in Headers */,
24112 A8EA7D320A19385500A8EF5F /* HTMLMapElement.cpp in Sources */,

12