Searched refs:m_matchingUARules (Results 1 – 2 of 2) sorted by relevance
57 , 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()
121 void setMatchingUARules(bool matchingUARules) { m_matchingUARules = matchingUARules; } in setMatchingUARules()168 bool m_matchingUARules; variable