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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
MatchResult.cpp 46 void MatchResult::addMatchedProperties(const StylePropertySet* properties, StyleRule* rule, unsigned linkMatchType, PropertyWhitelistType propertyWhitelistType)
51 newProperties.linkMatchType = linkMatchType;
MatchResult.h 62 unsigned linkMatchType : 2;
77 void addMatchedProperties(const StylePropertySet* properties, StyleRule* = 0, unsigned linkMatchType = SelectorChecker::MatchAll, PropertyWhitelistType = PropertyWhitelistNone);
97 return a.properties == b.properties && a.linkMatchType == b.linkMatchType;
StyleResolver.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.cpp     [all...]
RuleSet.h 71 unsigned linkMatchType() const { return m_linkMatchType; }
ElementRuleCollector.cpp 198 m_result.addMatchedProperties(ruleData->rule()->properties(), ruleData->rule(), ruleData->linkMatchType(), ruleData->propertyWhitelistType(m_matchingUARules));

Completed in 55 milliseconds