Searched refs:linkMatchType (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DSelectorChecker.cpp890 unsigned linkMatchType = MatchAll; local
906 linkMatchType &= ~SelectorChecker::MatchVisited;
908 linkMatchType &= ~SelectorChecker::MatchLink;
913 linkMatchType &= ~SelectorChecker::MatchVisited;
916 linkMatchType &= ~SelectorChecker::MatchLink;
926 return linkMatchType;
927 if (linkMatchType != MatchAll)
928 return linkMatchType;
930 return linkMatchType;
H A DRuleSet.h72 unsigned linkMatchType() const { return m_linkMatchType; } function in class:WebCore::RuleData
H A DStyleResolver.h356 unsigned linkMatchType : 2; member in struct:WebCore::StyleResolver::MatchedProperties::__anon5267::__anon5268
371 void addMatchedProperties(const StylePropertySet* properties, StyleRule* = 0, unsigned linkMatchType = SelectorChecker::MatchAll, PropertyWhitelistType = PropertyWhitelistNone);
H A DStyleResolver.cpp225 void StyleResolver::MatchResult::addMatchedProperties(const StylePropertySet* properties, StyleRule* rule, unsigned linkMatchType, PropertyWhitelistType propertyWhitelistType) argument
230 newProperties.linkMatchType = linkMatchType;
1709 unsigned linkMatchType = matchedProperties.linkMatchType;
1711 state.setApplyPropertyToRegularStyle(linkMatchType & SelectorChecker::MatchLink);
1712 state.setApplyPropertyToVisitedLinkStyle(linkMatchType & SelectorChecker::MatchVisited);
1749 return a.properties == b.properties && a.linkMatchType == b.linkMatchType;
H A DElementRuleCollector.cpp214 m_result.addMatchedProperties(matchedRules[i]->rule()->properties(), matchedRules[i]->rule(), matchedRules[i]->linkMatchType(), matchedRules[i]->propertyWhitelistType(MatchingUARulesScope::isMatchingUARules()));

Completed in 103 milliseconds