HomeSort by relevance Sort by last modified time
    Searched refs:PropertyWhitelistType (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)
52 newProperties.whitelistType = propertyWhitelistType;
MatchResult.h 77 void addMatchedProperties(const StylePropertySet* properties, StyleRule* = 0, unsigned linkMatchType = SelectorChecker::MatchAll, PropertyWhitelistType = PropertyWhitelistNone);
StyleResolver.h 276 void applyProperties(StyleResolverState&, const StylePropertySet* properties, StyleRule*, bool isImportant, bool inheritedOnly, PropertyWhitelistType = PropertyWhitelistNone);
StyleResolver.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
RuleSet.h 43 enum PropertyWhitelistType {
87 PropertyWhitelistType propertyWhitelistType(bool isMatchingUARules = false) const { return isMatchingUARules ? PropertyWhitelistNone : static_cast<PropertyWhitelistType>(m_propertyWhitelistType); }
RuleSet.cpp 110 static inline PropertyWhitelistType determinePropertyWhitelistType(const AddRuleFlags addRuleFlags, const CSSSelector* selector)

Completed in 42 milliseconds