Searched defs:linkMatchType (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DMatchResult.cpp46 void MatchResult::addMatchedProperties(const StylePropertySet* properties, StyleRule* rule, unsigned linkMatchType, PropertyWhitelistType propertyWhitelistType) argument
51 newProperties.linkMatchType = linkMatchType;
H A DMatchResult.h62 unsigned linkMatchType : 2; member in struct:WebCore::MatchedProperties::__anon10947::__anon10948
77 void addMatchedProperties(const StylePropertySet* properties, StyleRule* = 0, unsigned linkMatchType = SelectorChecker::MatchAll, PropertyWhitelistType = PropertyWhitelistNone);
97 return a.properties == b.properties && a.linkMatchType == b.linkMatchType;
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DSelectorChecker.cpp1016 unsigned linkMatchType = MatchAll; local
1029 linkMatchType &= ~SelectorChecker::MatchVisited;
1031 linkMatchType &= ~SelectorChecker::MatchLink;
1036 linkMatchType &= ~SelectorChecker::MatchVisited;
1039 linkMatchType &= ~SelectorChecker::MatchLink;
1049 return linkMatchType;
1050 if (linkMatchType != MatchAll)
1051 return linkMatchType;
1053 return linkMatchType;
H A DRuleSet.h85 unsigned linkMatchType() const { return m_linkMatchType; } function in class:WebCore::RuleData

Completed in 111 milliseconds