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

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

Completed in 199 milliseconds