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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
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/
RuleSet.h 89 unsigned linkMatchType() const { return m_linkMatchType; }
SelectorChecker.cpp     [all...]

Completed in 654 milliseconds