Searched refs:MatchedProperties (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DStyleResolver.h349 struct MatchedProperties { struct in class:WebCore::StyleResolver
350 MatchedProperties();
351 ~MatchedProperties();
366 Vector<MatchedProperties, 64> matchedProperties;
585 static unsigned computeMatchedPropertiesHash(const MatchedProperties*, unsigned size);
587 Vector<MatchedProperties> matchedProperties;
637 friend bool operator==(const MatchedProperties&, const MatchedProperties&);
638 friend bool operator!=(const MatchedProperties&, const MatchedProperties
[all...]
H A DStyleResolver.cpp228 StyleResolver::MatchedProperties& newProperties = matchedProperties.last();
364 Vector<MatchedProperties>& matchedProperties = it->value.matchedProperties;
1708 const MatchedProperties& matchedProperties = matchResult.matchedProperties[i];
1721 const MatchedProperties& matchedProperties = matchResult.matchedProperties[i];
1726 unsigned StyleResolver::computeMatchedPropertiesHash(const MatchedProperties* properties, unsigned size)
1729 return StringHasher::hashMemory(properties, sizeof(MatchedProperties) * size);
1747 bool operator==(const StyleResolver::MatchedProperties& a, const StyleResolver::MatchedProperties& b)
1752 bool operator!=(const StyleResolver::MatchedProperties& a, const StyleResolver::MatchedProperties
4198 inline StyleResolver::MatchedProperties::MatchedProperties() function in class:WebCore::StyleResolver::MatchedProperties
[all...]

Completed in 86 milliseconds