Searched refs:matchingSelectors (Results 1 – 3 of 3) sorted by relevance
61 …esult.push(WebInspector.CSSRule.parsePayload(matchArray[i].rule, matchArray[i].matchingSelectors));314 var matchingSelectors = [];318 …ack = allSelectorsBarrier.createCallback(selectorQueried.bind(this, i, nodeId, matchingSelectors));322 rule.matchingSelectors = matchingSelectors;332 function selectorQueried(index, nodeId, matchingSelectors, matchingNodeIds) argument337 matchingSelectors.push(index);1001 WebInspector.CSSRule = function(payload, matchingSelectors) argument1004 if (matchingSelectors)1005 this.matchingSelectors = matchingSelectors;
1291 var matchingSelectors = rule.matchingSelectors;1293 if (this.noAffect || matchingSelectors)1295 if (!matchingSelectors)1304 var isSelectorMatching = matchingSelectors[currentMatch] === i;1370 …tchingIndex = this.styleRule.rule.matchingSelectors && this.rule.matchingSelectors.length ? this.r…1503 var doesAffectSelectedNode = newRule.matchingSelectors.length > 0;1715 var doesSelectorAffectSelectedNode = newRule.matchingSelectors.length > 0;
1616 RefPtr<TypeBuilder::Array<int> > matchingSelectors = TypeBuilder::Array<int>::create(); in buildArrayForMatchedRuleList() local1627 matchingSelectors->addItem(index); in buildArrayForMatchedRuleList()1632 .setMatchingSelectors(matchingSelectors.release()); in buildArrayForMatchedRuleList()