Home
last modified time | relevance | path

Searched refs:isServerMap (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLImageElement.h50 bool isServerMap() const;
DHTMLImageElement.cpp376 bool HTMLImageElement::isServerMap() const in isServerMap() function in WebCore::HTMLImageElement
DHTMLAnchorElement.cpp180 if (!imageElement || !imageElement->isServerMap()) in appendServerMapMousePosition()