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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DTreeScope.cpp211 void TreeScope::addImageMap(HTMLMapElement* imageMap) argument
213 const AtomicString& name = imageMap->getName();
218 m_imageMapsByName->add(name, imageMap);
221 void TreeScope::removeImageMap(HTMLMapElement* imageMap) argument
225 const AtomicString& name = imageMap->getName();
228 m_imageMapsByName->remove(name, imageMap);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderImage.h58 HTMLMapElement* imageMap() const;
H A DRenderImage.cpp351 HTMLMapElement* RenderImage::imageMap() const function in class:blink::RenderImage
363 if (HTMLMapElement* map = imageMap()) {
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXRenderObject.cpp2177 HTMLMapElement* map = toRenderImage(cssBox)->imageMap();

Completed in 1246 milliseconds