HomeSort by relevance Sort by last modified time
    Searched defs:matchedProperties (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
MatchedPropertiesCache.cpp 53 size_t size = matchResult.matchedProperties.size();
54 if (size != cacheItem.matchedProperties.size())
59 if (matchResult.matchedProperties[i] != cacheItem.matchedProperties[i])
78 cacheItem.matchedProperties.append(matchResult.matchedProperties);
101 Vector<MatchedProperties>& matchedProperties = it->value.matchedProperties;
102 for (size_t i = 0; i < matchedProperties.size(); ++i)
    [all...]
MatchedPropertiesCache.h 39 Vector<MatchedProperties> matchedProperties;
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)

Completed in 302 milliseconds