HomeSort by relevance Sort by last modified time
    Searched refs:m_matchingUARules (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
ElementRuleCollector.h 99 void setMatchingUARules(bool matchingUARules) { m_matchingUARules = matchingUARules; }
141 bool m_matchingUARules;
ElementRuleCollector.cpp 55 , m_matchingUARules(false)
161 if (!m_matchingUARules && !rulesApplicableInCurrentTreeScope(&element, matchRequest.scope, behaviorAtBoundary, matchRequest.elementApplyAuthorStyles))
255 m_result.addMatchedProperties(ruleData->rule()->properties(), ruleData->rule(), ruleData->linkMatchType(), ruleData->propertyWhitelistType(m_matchingUARules));

Completed in 27 milliseconds