matches            85 Source/core/css/MediaQueryList.cpp bool MediaQueryList::matches()
matches          2619 Source/core/dom/Element.cpp bool Element::matches(const String& selectors, ExceptionState& exceptionState)
matches           126 Source/core/dom/SelectorQuery.cpp bool SelectorDataList::matches(Element& targetElement) const
matches           467 Source/core/dom/SelectorQuery.cpp bool SelectorQuery::matches(Element& element) const
matches           161 Source/core/editing/EditingStyle.cpp     virtual bool matches(const Element* element) const { return !m_tagName || element->hasTagName(*m_tagName); }
matches           251 Source/core/editing/EditingStyle.cpp     virtual bool matches(const Element* elem) const OVERRIDE { return HTMLElementEquivalent::matches(elem) && elem->hasAttribute(m_attrName); }
matches            27 Source/core/frame/csp/CSPSource.cpp bool CSPSource::matches(const KURL& url) const
matches            74 Source/core/frame/csp/CSPSourceList.cpp bool CSPSourceList::matches(const KURL& url) const
matches           298 Source/core/inspector/InspectorDebuggerAgent.cpp static bool matches(const String& url, const String& pattern, bool isRegex)
matches            97 Source/platform/URLPatternMatcher.cpp bool URLPatternMatcher::matches(const KURL& test) const
matches           297 Source/platform/text/PlatformLocale.cpp static bool matches(const String& text, unsigned position, const String& part)