Home
last modified time | relevance | path

Searched refs:imageMap (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DTreeScope.cpp183 void TreeScope::addImageMap(HTMLMapElement* imageMap) in addImageMap() argument
185 StringImpl* name = imageMap->getName().impl(); in addImageMap()
190 m_imageMapsByName->add(name, imageMap); in addImageMap()
193 void TreeScope::removeImageMap(HTMLMapElement* imageMap) in removeImageMap() argument
197 StringImpl* name = imageMap->getName().impl(); in removeImageMap()
200 m_imageMapsByName->remove(name, imageMap); in removeImageMap()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderImage.h53 HTMLMapElement* imageMap() const;
DRenderImage.cpp528 HTMLMapElement* RenderImage::imageMap() const in imageMap() function in WebCore::RenderImage
540 if (HTMLMapElement* map = imageMap()) { in nodeAtPoint()
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXRenderObject.cpp2195 HTMLMapElement* map = toRenderImage(cssBox)->imageMap(); in addImageMapChildren()