HomeSort by relevance Sort by last modified time
    Searched refs:ismap (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/html/
HTMLImageElement.h 57 bool isServerMap() const { return ismap && usemap.isEmpty(); }
79 bool isMap() const;
113 bool ismap; member in class:WebCore::HTMLImageElement
HTMLImageElement.cpp 46 , ismap(false)
116 ismap = true;
335 bool HTMLImageElement::isMap() const
340 void HTMLImageElement::setIsMap(bool isMap)
342 setAttribute(ismapAttr, isMap ? "" : 0);

Completed in 62 milliseconds