OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 460 milliseconds