OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:matchedProperties
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
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
...]
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 24 milliseconds