HomeSort by relevance Sort by last modified time
    Searched refs:addMatchedProperties (Results 1 - 5 of 5) 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)
MatchResult.h 86 void addMatchedProperties(const StylePropertySet* properties, unsigned linkMatchType = SelectorChecker::MatchAll, PropertyWhitelistType = PropertyWhitelistNone);
StyleResolver.cpp 485 collector.matchedResult().addMatchedProperties(textDirection == LTR ? leftToRightDeclaration() : rightToLeftDeclaration());
660 result.addMatchedProperties(&keyframe->properties());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
PageRuleCollector.cpp 84 m_result.addMatchedProperties(&matchedPageRules[i]->properties());
ElementRuleCollector.cpp 116 m_result.addMatchedProperties(propertySet);
253 m_result.addMatchedProperties(&ruleData->rule()->properties(), ruleData->linkMatchType(), ruleData->propertyWhitelistType(m_matchingUARules));

Completed in 1905 milliseconds