Searched refs:matchedRules (Results 1 – 3 of 3) sorted by relevance
201 RefPtr<CSSRuleList> matchedRules = selector->styleRulesForElement(element, false, true); in getStylesForNode() local202 resultObject->setArray("matchedCSSRules", buildArrayForRuleList(matchedRules.get())); in getStylesForNode()208 …RefPtr<CSSRuleList> matchedRules = selector->pseudoStyleRulesForElement(element, pseudoId, false, … in getStylesForNode() local209 if (matchedRules && matchedRules->length()) { in getStylesForNode()212 pseudoStyles->setArray("rules", buildArrayForRuleList(matchedRules.get())); in getStylesForNode()
242 …RefPtr<CSSRuleList> matchedRules = element->document()->styleSelector()->styleRulesForElement(elem… in styleFromMatchedRulesForElement() local243 if (matchedRules) { in styleFromMatchedRulesForElement()244 for (unsigned i = 0; i < matchedRules->length(); i++) { in styleFromMatchedRulesForElement()245 if (matchedRules->item(i)->type() == CSSRule::STYLE_RULE) { in styleFromMatchedRulesForElement()246 … RefPtr<CSSMutableStyleDeclaration> s = static_cast<CSSStyleRule*>(matchedRules->item(i))->style(); in styleFromMatchedRulesForElement()
23997 (-[WebInspectorPrivate dealloc]): no more matchedRules