OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MatchRanges
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
MatchResult.h
42
struct
MatchRanges
{
43
MatchRanges
() : firstUARule(-1), lastUARule(-1), firstAuthorRule(-1), lastAuthorRule(-1) { }
83
MatchRanges
ranges;
89
inline bool operator==(const
MatchRanges
& a, const
MatchRanges
& b)
97
inline bool operator!=(const
MatchRanges
& a, const
MatchRanges
& b)
MatchedPropertiesCache.h
43
MatchRanges
ranges;
Completed in 1164 milliseconds