Home
last modified time | relevance | path

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

12

/external/webkit/WebCore/html/
DHTMLMapElement.cpp41 HTMLMapElement::HTMLMapElement(const QualifiedName& tagName, Document* doc) in HTMLMapElement() function in WebCore::HTMLMapElement
47 HTMLMapElement::~HTMLMapElement() in ~HTMLMapElement()
52 bool HTMLMapElement::checkDTD(const Node* newChild) in checkDTD()
58 bool HTMLMapElement::mapMouseEvent(int x, int y, const IntSize& size, HitTestResult& result) in mapMouseEvent()
80 HTMLImageElement* HTMLMapElement::imageElement() const in imageElement()
98 void HTMLMapElement::parseMappedAttribute(MappedAttribute* attr) in parseMappedAttribute()
119 PassRefPtr<HTMLCollection> HTMLMapElement::areas() in areas()
124 String HTMLMapElement::name() const in name()
129 void HTMLMapElement::setName(const String& value) in setName()
DHTMLMapElement.h34 class HTMLMapElement : public HTMLElement {
36 HTMLMapElement(const QualifiedName&, Document*);
37 ~HTMLMapElement();
DHTMLParser.h42 class HTMLMapElement; variable
178 RefPtr<HTMLMapElement> m_currentMapElement; // current map
DHTMLAreaElement.cpp187 return static_cast<HTMLMapElement*>(mapElement)->imageElement(); in imageElement()
214 HTMLImageElement* imageElement = static_cast<HTMLMapElement*>(parent)->imageElement(); in updateFocusAppearance()
DHTMLMapElement.idl23 interface HTMLMapElement : HTMLElement {
DHTMLParser.cpp904 m_currentMapElement = new HTMLMapElement(mapTag, m_document); in mapCreateErrorCheck()
/external/webkit/WebCore/accessibility/
DAccessibilityImageMapLink.h49 void setHTMLMapElement(HTMLMapElement* element) { m_mapElement = element; } in setHTMLMapElement()
50 HTMLMapElement* mapElement() const { return m_mapElement; } in mapElement()
75 HTMLMapElement* m_mapElement;
DAccessibilityRenderObject.h45 class HTMLMapElement; variable
284 AccessibilityObject* accessibilityParentForImageMap(HTMLMapElement* map) const;
DAccessibilityRenderObject.cpp2051 AccessibilityObject* AccessibilityRenderObject::accessibilityParentForImageMap(HTMLMapElement* map)… in accessibilityParentForImageMap()
2081 areaObject->setHTMLMapElement(static_cast<HTMLMapElement*>(parent)); in getDocumentLinks()
2082 … areaObject->setParent(accessibilityParentForImageMap(static_cast<HTMLMapElement*>(parent))); in getDocumentLinks()
2448 HTMLMapElement* map = static_cast<HTMLMapElement*>(area->parent()); in accessibilityImageMapHitTest()
2934 HTMLMapElement* map = toRenderImage(m_renderer)->imageMap(); in addChildren()
/external/webkit/WebCore/rendering/
DRenderImage.h32 class HTMLMapElement; variable
46 HTMLMapElement* imageMap() const;
DRenderImage.cpp460 HTMLMapElement* mapElement = imageMap(); in paintFocusRings()
508 HTMLMapElement* RenderImage::imageMap() const in imageMap()
520 if (HTMLMapElement* map = imageMap()) { in nodeAtPoint()
/external/webkit/WebCore/dom/
DDocument.h83 class HTMLMapElement; variable
750 void addImageMap(HTMLMapElement*);
751 void removeImageMap(HTMLMapElement*);
752 HTMLMapElement* getImageMap(const String& url) const;
1142 typedef HashMap<AtomicStringImpl*, HTMLMapElement*> ImageMapsByName;
DDocument.cpp3434 void Document::addImageMap(HTMLMapElement* imageMap) in addImageMap()
3445 void Document::removeImageMap(HTMLMapElement* imageMap) in removeImageMap()
3462 HTMLMapElement *Document::getImageMap(const String& url) const in getImageMap()
/external/webkit/WebCore/bindings/v8/
DV8Index.h168 V(HTMLMAPELEMENT, HTMLMapElement) \
/external/webkit/WebCore/
DDerivedSources.make174 HTMLMapElement \
DWebCore.pri335 html/HTMLMapElement.idl \
DWebCore.pro632 html/HTMLMapElement.cpp \
1320 html/HTMLMapElement.h \
DWebCore.gypi154 'html/HTMLMapElement.idl',
1501 'html/HTMLMapElement.cpp',
1502 'html/HTMLMapElement.h',
DGNUmakefile.am227 WebCore/html/HTMLMapElement.idl \
1092 WebCore/html/HTMLMapElement.cpp \
1093 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 …]
DChangeLog-2007-10-144830 * html/HTMLMapElement.cpp:
4831 * html/HTMLMapElement.h:
4832 * html/HTMLMapElement.idl:
11415 * html/HTMLMapElement.cpp: (WebCore::HTMLMapElement::checkDTD): Removed FIXME saying this
35053 * html/HTMLMapElement.idl:
38509 * html/HTMLMapElement.idl:
55406 * html/HTMLMapElement.cpp:
55407 (WebCore::HTMLMapElement::checkDTD):
56443 * html/HTMLMapElement.cpp:
56444 (WebCore::HTMLMapElement::parseMappedAttribute):
[all …]
DChangeLog-2006-05-104644 … (WebCore::HTMLMapElement::parseMappedAttribute): Fixed handling of names starting with a '#'.
9369 (WebCore::HTMLMapElement::~HTMLMapElement):
9370 (WebCore::HTMLMapElement::parseMappedAttribute):
/external/webkit/WebCore/page/
DDOMWindow.idl412 attribute HTMLMapElementConstructor HTMLMapElement;
/external/webkit/WebKit/android/nav/
DCacheBuilder.cpp2442 HTMLMapElement* map = image->imageMap(); in getAreaRect()
/external/webkit/WebCore/WebCore.xcodeproj/
Dproject.pbxproj3164 …D2C0A19385500A8EF5F /* HTMLMapElement.h in Headers */ = {isa = PBXBuildFile; fileRef = A8EA7D240A1…
3170 …320A19385500A8EF5F /* HTMLMapElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8EA7D2A0A…
5790 …A1CE58600B42B25 /* HTMLMapElement.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFil…
8370 …85500A8EF5F /* HTMLMapElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType…
8376 …00A8EF5F /* HTMLMapElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType …
12936 A8EA7D2A0A19385500A8EF5F /* HTMLMapElement.cpp */,
12937 A8EA7D240A19385500A8EF5F /* HTMLMapElement.h */,
12938 1AE2AAF70A1CE58600B42B25 /* HTMLMapElement.idl */,
17216 A8EA7D2C0A19385500A8EF5F /* HTMLMapElement.h in Headers */,
19410 A8EA7D320A19385500A8EF5F /* HTMLMapElement.cpp in Sources */,

12