OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matchesPossiblyIgnoringCase
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
QualifiedName.h
85
bool
matchesPossiblyIgnoringCase
(const QualifiedName& other, bool shouldIgnoreCase) const { return m_impl == other.m_impl || (equalPossiblyIgnoringCase(localName(), other.localName(), shouldIgnoreCase) && namespaceURI() == other.namespaceURI()); }
ElementData.h
192
if (attribute.name().
matchesPossiblyIgnoringCase
(name, shouldIgnoreCase))
Completed in 294 milliseconds