Searched refs:insertCSSOMRuleBySourceRange (Results 1 – 2 of 2) sorted by relevance
236 …CSSStyleRule* insertCSSOMRuleBySourceRange(const SourceRange&, const String& ruleText, ExceptionSt…
1084 CSSStyleRule* InspectorStyleSheet::insertCSSOMRuleBySourceRange(const SourceRange& sourceRange, con… in insertCSSOMRuleBySourceRange() function in blink::InspectorStyleSheet1168 CSSStyleRule* styleRule = insertCSSOMRuleBySourceRange(location, ruleText, exceptionState); in addRule()