Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DStyleInvalidationAnalysis.cpp181 static bool elementMatchesSelectorScopes(const Element* element, const HashSet<StringImpl*>& idScop… in elementMatchesSelectorScopes() function
208 if (elementMatchesSelectorScopes(element, m_idScopes, m_classScopes)) { in invalidateStyle()