Home
last modified time | relevance | path

Searched refs:insertCSSOMRuleBySourceRange (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.h236 …CSSStyleRule* insertCSSOMRuleBySourceRange(const SourceRange&, const String& ruleText, ExceptionSt…
DInspectorStyleSheet.cpp1084 CSSStyleRule* InspectorStyleSheet::insertCSSOMRuleBySourceRange(const SourceRange& sourceRange, con… in insertCSSOMRuleBySourceRange() function in blink::InspectorStyleSheet
1168 CSSStyleRule* styleRule = insertCSSOMRuleBySourceRange(location, ruleText, exceptionState); in addRule()