Home
last modified time | relevance | path

Searched refs:matchedResult (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.cpp380 …collector.matchedResult().ranges.lastAuthorRule = collector.matchedResult().matchedProperties.size… in matchAuthorRulesForShadowHost()
401 …collector.matchedResult().ranges.lastAuthorRule = collector.matchedResult().matchedProperties.size… in matchAuthorRules()
460 …collector.matchedResult().ranges.lastUARule = collector.matchedResult().matchedProperties.size() -… in matchUARules()
462 RuleRange ruleRange = collector.matchedResult().ranges.UARuleRange(); in matchUARules()
485 …collector.matchedResult().addMatchedProperties(textDirection == LTR ? leftToRightDeclaration() : r… in matchAllRules()
620 applyMatchedProperties(state, collector.matchedResult()); in styleForElement()
786 if (collector.matchedResult().matchedProperties.isEmpty()) in pseudoStyleForElementInternal()
789 applyMatchedProperties(state, collector.matchedResult()); in pseudoStyleForElementInternal()
859 MatchResult& result = collector.matchedResult(); in styleForPage()
1489 RuleRange ruleRange = collector.matchedResult().ranges.authorRuleRange(); in applyCallbackSelectors()
DScopedStyleResolver.cpp131 RuleRange ruleRange = collector.matchedResult().ranges.authorRuleRange(); in collectMatchingAuthorRules()
/external/chromium_org/third_party/WebKit/Source/core/css/
DPageRuleCollector.h38 MatchResult& matchedResult() { return m_result; } in matchedResult() function
DTreeBoundaryCrossingRules.cpp69 RuleRange ruleRange = collector.matchedResult().ranges.authorRuleRange(); in collectTreeBoundaryCrossingRules()
DElementRuleCollector.h124 MatchResult& matchedResult();
DElementRuleCollector.cpp64 MatchResult& ElementRuleCollector::matchedResult() in matchedResult() function in blink::ElementRuleCollector
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
DStylesSidebarPane.js485 function stylesCallback(matchedResult) argument
498 if (matchedResult && this._node === node) {
499 resultStyles.matchedCSSRules = matchedResult.matchedCSSRules;
500 resultStyles.pseudoElements = matchedResult.pseudoElements;
501 resultStyles.inherited = matchedResult.inherited;
510 if (matchedResult && this._node === node)