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

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

Completed in 434 milliseconds