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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
MatchResult.cpp 37 MatchedProperties::MatchedProperties()
42 MatchedProperties::~MatchedProperties()
46 void MatchedProperties::trace(Visitor* visitor)
53 matchedProperties.grow(matchedProperties.size() + 1);
54 MatchedProperties& newProperties = matchedProperties.last();
MatchResult.h 52 struct MatchedProperties {
55 MatchedProperties();
56 ~MatchedProperties();
74 WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS(blink::MatchedProperties);
82 WillBeHeapVector<MatchedProperties, 64> matchedProperties;
102 inline bool operator==(const MatchedProperties& a, const MatchedProperties& b)
107 inline bool operator!=(const MatchedProperties& a, const MatchedProperties& b
    [all...]

Completed in 45 milliseconds