Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DElementRuleCollector.cpp57 , m_matchingUARules(false) in ElementRuleCollector()
156 …if (!m_matchingUARules && !rulesApplicableInCurrentTreeScope(&element, matchRequest.scope, matchin… in collectMatchingRules()
253 …le()->properties(), ruleData->linkMatchType(), ruleData->propertyWhitelistType(m_matchingUARules)); in sortAndTransferMatchedRules()
266 context.isUARule = m_matchingUARules; in ruleMatches()
DElementRuleCollector.h121 void setMatchingUARules(bool matchingUARules) { m_matchingUARules = matchingUARules; } in setMatchingUARules()
168 bool m_matchingUARules; variable