OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
()
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)
Completed in 163 milliseconds