/external/webkit/Source/WebCore/html/ |
D | HTMLMapElement.cpp | 41 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 …]
|
D | HTMLMapElement.h | 34 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*);
|
D | HTMLMapElement.idl | 23 interface HTMLMapElement : HTMLElement {
|
D | HTMLAreaElement.cpp | 181 return static_cast<HTMLMapElement*>(mapElement)->imageElement(); in imageElement()
|
/external/webkit/Source/WebCore/dom/ |
D | TreeScope.h | 35 class HTMLMapElement; variable 49 void addImageMap(HTMLMapElement*); 50 void removeImageMap(HTMLMapElement*); 51 HTMLMapElement* getImageMap(const String& url) const;
|
D | TreeScope.cpp | 119 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()
|
D | DocumentOrderedMap.cpp | 50 …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()
|
D | Document.h | 92 class HTMLMapElement; variable
|
/external/webkit/Source/WebCore/accessibility/ |
D | AccessibilityImageMapLink.h | 49 void setHTMLMapElement(HTMLMapElement* element) { m_mapElement = element; } in setHTMLMapElement() 50 HTMLMapElement* mapElement() const { return m_mapElement.get(); } in mapElement() 75 RefPtr<HTMLMapElement> m_mapElement;
|
D | AccessibilityRenderObject.h | 47 class HTMLMapElement; variable 289 AccessibilityObject* accessibilityParentForImageMap(HTMLMapElement*) const;
|
D | AccessibilityRenderObject.cpp | 2344 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/ |
D | RenderImage.h | 34 class HTMLMapElement; variable 51 HTMLMapElement* imageMap() const;
|
D | RenderImage.cpp | 405 HTMLMapElement* RenderImage::imageMap() const in imageMap() 417 if (HTMLMapElement* map = imageMap()) { in nodeAtPoint()
|
/external/webkit/Source/WebCore/bindings/gobject/ |
D | WebKitHTMLElementWrapperFactory.cpp | 361 return wrapHTMLMapElement(static_cast<HTMLMapElement*>(element.get())); in createMapWrapper()
|
/external/webkit/Source/WebCore/ |
D | DerivedSources.make | 248 HTMLMapElement \
|
D | CodeGenerators.pri | 269 html/HTMLMapElement.idl \
|
D | CMakeLists.txt | 244 html/HTMLMapElement.idl 784 html/HTMLMapElement.cpp
|
D | WebCore.pro | 706 html/HTMLMapElement.cpp \ 1687 html/HTMLMapElement.h \
|
D | WebCore.gypi | 1244 'html/HTMLMapElement.idl', 2925 'html/HTMLMapElement.cpp', 2926 'html/HTMLMapElement.h',
|
D | GNUmakefile.list.am | 1695 Source/WebCore/html/HTMLMapElement.cpp \ 1696 Source/WebCore/html/HTMLMapElement.h \
|
D | GNUmakefile.am | 1740 Source/WebCore/html/HTMLMapElement.cpp \ 1741 Source/WebCore/html/HTMLMapElement.h \
|
D | ChangeLog-2006-12-31 | 17299 * 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/ |
D | DOMWindow.idl | 449 attribute HTMLMapElementConstructor HTMLMapElement;
|
/external/webkit/Source/WebKit/android/jni/ |
D | WebViewCore.cpp | 196 HTMLMapElement* map = image->imageMap(); in getAreaRect()
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 3936 …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 */,
|