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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DTreeScope.cpp197 void TreeScope::addImageMap(HTMLMapElement* imageMap) argument
199 StringImpl* name = imageMap->getName().impl();
204 m_imageMapsByName->add(name, imageMap);
207 void TreeScope::removeImageMap(HTMLMapElement* imageMap) argument
211 StringImpl* name = imageMap->getName().impl();
214 m_imageMapsByName->remove(name, imageMap);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderImage.h53 HTMLMapElement* imageMap() const;
H A DRenderImage.cpp514 HTMLMapElement* RenderImage::imageMap() const function in class:WebCore::RenderImage
526 if (HTMLMapElement* map = imageMap()) {
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXRenderObject.cpp2145 HTMLMapElement* map = toRenderImage(cssBox)->imageMap();

Completed in 145 milliseconds