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

/external/webkit/WebCore/html/
H A DHTMLImageElement.idl30 attribute boolean isMap;
H A DHTMLImageElement.h79 bool isMap() const;
H A DHTMLImageElement.cpp335 bool HTMLImageElement::isMap() const function in class:WebCore::HTMLImageElement
340 void HTMLImageElement::setIsMap(bool isMap) argument
342 setAttribute(ismapAttr, isMap ? "" : 0);
/external/webkit/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h581 @property BOOL isMap; variable

Completed in 118 milliseconds