HomeSort by relevance Sort by last modified time
    Searched refs:PropertyWhitelistNone (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
MatchResult.h 77 void addMatchedProperties(const StylePropertySet* properties, StyleRule* = 0, unsigned linkMatchType = SelectorChecker::MatchAll, PropertyWhitelistType = PropertyWhitelistNone);
StyleResolver.h 312 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 41 PropertyWhitelistNone = 0,
73 PropertyWhitelistType propertyWhitelistType(bool isMatchingUARules = false) const { return isMatchingUARules ? PropertyWhitelistNone : static_cast<PropertyWhitelistType>(m_propertyWhitelistType); }
RuleSet.cpp 132 return PropertyWhitelistNone;

Completed in 66 milliseconds