Home
last modified time | relevance | path

Searched defs:linkMatchType (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DMatchResult.cpp46 …dProperties(const StylePropertySet* properties, StyleRule* rule, unsigned linkMatchType, PropertyW… in addMatchedProperties()
DMatchResult.h62 unsigned linkMatchType : 2; member
DStyleResolver.cpp1313 unsigned linkMatchType = matchedProperties.linkMatchType; in applyMatchedProperties() local
/external/chromium_org/third_party/WebKit/Source/core/css/
DRuleSet.h85 unsigned linkMatchType() const { return m_linkMatchType; } in linkMatchType() function
DSelectorChecker.cpp1016 unsigned linkMatchType = MatchAll; in determineLinkMatchType() local