Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLDocument.cpp270 …static HashSet<StringImpl*>* htmlCaseInsensitiveAttributesSet = createHtmlCaseInsensitiveAttribute… in isCaseSensitiveAttribute() local
272 …return !isPossibleHTMLAttr || !htmlCaseInsensitiveAttributesSet->contains(attributeName.localName(… in isCaseSensitiveAttribute()