Searched refs:MatchAll (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DSelectorChecker.h96 enum LinkMatchMask { MatchLink = 1, MatchVisited = 2, MatchAll = MatchLink | MatchVisited }; enumerator in enum:WebCore::SelectorChecker::LinkMatchMask
H A DSelectorChecker.cpp890 unsigned linkMatchType = MatchAll;
927 if (linkMatchType != MatchAll)
H A DStyleResolver.h371 void addMatchedProperties(const StylePropertySet* properties, StyleRule* = 0, unsigned linkMatchType = SelectorChecker::MatchAll, PropertyWhitelistType = PropertyWhitelistNone);

Completed in 124 milliseconds