Searched refs:buildArrayForMatchedRuleList (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorCSSAgent.h157 PassRefPtr<Inspector::TypeBuilder::Array<Inspector::TypeBuilder::CSS::RuleMatch>> buildArrayForMatchedRuleList(const Vector<RefPtr<StyleRule>>&, StyleResolver&, Element*);
H A DInspectorCSSAgent.cpp612 matchedCSSRules = buildArrayForMatchedRuleList(matchedRules, styleResolver, element);
622 .setMatches(buildArrayForMatchedRuleList(matchedRules, styleResolver, element));
638 .setMatchedCSSRules(buildArrayForMatchedRuleList(parentMatchedRules, styleResolver, parentElement));
1058 PassRefPtr<Inspector::TypeBuilder::Array<Inspector::TypeBuilder::CSS::RuleMatch>> InspectorCSSAgent::buildArrayForMatchedRuleList(const Vector<RefPtr<StyleRule>>& matchedRules, StyleResolver& styleResolver, Element* element) function in class:WebCore::InspectorCSSAgent

Completed in 113 milliseconds