Searched refs:bindStyleSheet (Results 1 – 2 of 2) sorted by relevance
181 InspectorStyleSheet* bindStyleSheet(CSSStyleSheet*);
890 InspectorStyleSheet* newStyleSheet = bindStyleSheet(*it); in activeStyleSheetsUpdated()1324 InspectorStyleSheet* inspectorStyleSheet = bindStyleSheet(parentRule->parentStyleSheet()); in buildMediaObject()1452 InspectorStyleSheet* inspectorStyleSheet = bindStyleSheet(styleSheet); in collectStyleSheets()1464 InspectorStyleSheet* InspectorCSSAgent::bindStyleSheet(CSSStyleSheet* styleSheet) in bindStyleSheet() function in WebCore::InspectorCSSAgent1570 …return bindStyleSheet(rule->parentStyleSheet())->buildObjectForRule(rule, buildMediaListChain(rule… in buildObjectForRule()