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 51 void MatchResult::addMatchedProperties(const StylePropertySet* properties, unsigned linkMatchType, PropertyWhitelistType propertyWhitelistType)
56 newProperties.m_types.linkMatchType = linkMatchType;
MatchResult.h 64 unsigned linkMatchType : 2;
86 void addMatchedProperties(const StylePropertySet* properties, unsigned linkMatchType = SelectorChecker::MatchAll, PropertyWhitelistType = PropertyWhitelistNone);
104 return a.properties == b.properties && a.m_types.linkMatchType == b.m_types.linkMatchType;
StyleResolver.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.cpp     [all...]
RuleSet.h 89 unsigned linkMatchType() const { return m_linkMatchType; }
ElementRuleCollector.cpp 253 m_result.addMatchedProperties(&ruleData->rule()->properties(), ruleData->linkMatchType(), ruleData->propertyWhitelistType(m_matchingUARules));

Completed in 347 milliseconds