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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
MatchResult.cpp 51 void MatchResult::addMatchedProperties(const StylePropertySet* properties, unsigned linkMatchType, PropertyWhitelistType propertyWhitelistType)
57 newProperties.m_types.whitelistType = propertyWhitelistType;
StyleResolver.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
RuleSet.h 45 enum PropertyWhitelistType {
91 PropertyWhitelistType propertyWhitelistType(bool isMatchingUARules = false) const { return isMatchingUARules ? PropertyWhitelistNone : static_cast<PropertyWhitelistType>(m_propertyWhitelistType); }
ElementRuleCollector.cpp 253 m_result.addMatchedProperties(&ruleData->rule()->properties(), ruleData->linkMatchType(), ruleData->propertyWhitelistType(m_matchingUARules));

Completed in 107 milliseconds