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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
MatchResult.cpp 37 MatchedProperties::MatchedProperties()
42 MatchedProperties::~MatchedProperties()
48 matchedProperties.grow(matchedProperties.size() + 1);
49 MatchedProperties& newProperties = matchedProperties.last();
MatchResult.h 55 struct MatchedProperties {
56 MatchedProperties();
57 ~MatchedProperties();
72 Vector<MatchedProperties, 64> matchedProperties;
95 inline bool operator==(const MatchedProperties& a, const MatchedProperties& b)
100 inline bool operator!=(const MatchedProperties& a, const MatchedProperties& b)
MatchedPropertiesCache.h 39 Vector<MatchedProperties> matchedProperties;
MatchedPropertiesCache.cpp 40 matchedProperties.append(matchResult.matchedProperties);
51 matchedProperties.clear();
72 size_t size = matchResult.matchedProperties.size();
73 if (size != cacheItem->matchedProperties.size())
78 if (matchResult.matchedProperties[i] != cacheItem->matchedProperties[i])
122 Vector<MatchedProperties>& matchedProperties = cacheItem->matchedProperties;
    [all...]
StyleResolver.cpp 444 collector.matchedResult().ranges.lastAuthorRule = collector.matchedResult().matchedProperties.size() - 1;
466 collector.matchedResult().ranges.lastAuthorRule = collector.matchedResult().matchedProperties.size() - 1;
507 collector.matchedResult().ranges.lastUserRule = collector.matchedResult().matchedProperties.size() - 1;
541 collector.matchedResult().ranges.lastUARule = collector.matchedResult().matchedProperties.size() - 1;
777 applyMatchedProperties<AnimationProperties>(state, result, false, 0, result.matchedProperties.size() - 1, inheritedOnly);
778 applyMatchedProperties<HighPriorityProperties>(state, result, false, 0, result.matchedProperties.size() - 1, inheritedOnly);
    [all...]

Completed in 52 milliseconds