Searched defs:usemap (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLImageElement.cpp343 // FIXME: What about when the usemap attribute begins with "#"?
358 const AtomicString& usemap = fastGetAttribute(usemapAttr); local
360 // If the usemap attribute starts with '#', it refers to a map element in the document.
361 if (usemap.string()[0] == '#')
364 return document()->completeURL(stripLeadingAndTrailingHTMLSpaces(usemap)).isEmpty();

Completed in 194 milliseconds