OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastAuthorRule
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
MatchResult.h
43
MatchRanges() : firstUARule(-1), lastUARule(-1), firstAuthorRule(-1),
lastAuthorRule
(-1), firstUserRule(-1), lastUserRule(-1) { }
47
int
lastAuthorRule
;
51
RuleRange authorRuleRange() { return RuleRange(firstAuthorRule,
lastAuthorRule
); }
85
&& a.
lastAuthorRule
== b.
lastAuthorRule
StyleResolver.cpp
444
collector.matchedResult().ranges.
lastAuthorRule
= collector.matchedResult().matchedProperties.size() - 1;
466
collector.matchedResult().ranges.
lastAuthorRule
= collector.matchedResult().matchedProperties.size() - 1;
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/
ElementRuleCollector.cpp
112
m_result.ranges.
lastAuthorRule
= m_result.matchedProperties.size();
114
m_result.ranges.firstAuthorRule = m_result.ranges.
lastAuthorRule
;
Completed in 715 milliseconds