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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
MatchRequest.h 34 MatchRequest(RuleSet* ruleSet, bool includeEmptyRules = false, const ContainerNode* scope = 0, bool elementApplyAuthorStyles = true, unsigned styleSheetIndex = 0)
38 , elementApplyAuthorStyles(elementApplyAuthorStyles)
49 const bool elementApplyAuthorStyles;
  /external/chromium_org/third_party/WebKit/Source/core/css/
ElementRuleCollector.cpp 120 static bool rulesApplicableInCurrentTreeScope(const Element* element, const ContainerNode* scopingNode, SelectorChecker::BehaviorAtBoundary behaviorAtBoundary, bool elementApplyAuthorStyles)
126 if (elementApplyAuthorStyles)
161 if (!m_matchingUARules && !rulesApplicableInCurrentTreeScope(&element, matchRequest.scope, behaviorAtBoundary, matchRequest.elementApplyAuthorStyles))

Completed in 25 milliseconds