m_matchingUARules  157 Source/core/css/ElementRuleCollector.cpp     if (!m_matchingUARules && !rulesApplicableInCurrentTreeScope(&element, matchRequest.scope, behaviorAtBoundary, matchRequest.elementApplyAuthorStyles))
m_matchingUARules  254 Source/core/css/ElementRuleCollector.cpp         m_result.addMatchedProperties(&ruleData->rule()->properties(), ruleData->rule(), ruleData->linkMatchType(), ruleData->propertyWhitelistType(m_matchingUARules));
m_matchingUARules  130 Source/core/css/ElementRuleCollector.h     void setMatchingUARules(bool matchingUARules) { m_matchingUARules = matchingUARules; }
m_matchingUARules  181 Source/core/css/ElementRuleCollector.h     bool m_matchingUARules;