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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLImageElement.cpp492 const AtomicString& usemap = fastGetAttribute(usemapAttr); local
494 // If the usemap attribute starts with '#', it refers to a map element in the document.
495 if (usemap.string()[0] == '#')
498 return document().completeURL(stripLeadingAndTrailingHTMLSpaces(usemap)).isEmpty();

Completed in 1026 milliseconds