deleteRule 44 Source/core/css/CSSGroupingRule.h void deleteRule(unsigned index, ExceptionState&); deleteRule 94 Source/core/css/CSSKeyframesRule.h void deleteRule(const String& key); deleteRule 70 Source/core/css/CSSStyleSheet.h void deleteRule(unsigned index, ExceptionState&); deleteRule 76 Source/core/css/CSSStyleSheet.h void removeRule(unsigned index, ExceptionState& exceptionState) { deleteRule(index, exceptionState); } deleteRule 329 Source/core/inspector/InspectorCSSAgent.cpp return m_styleSheet->deleteRule(m_newId, exceptionState); deleteRule 1080 Source/core/inspector/InspectorStyleSheet.cpp m_pageStyleSheet->deleteRule(lastRuleIndex, ASSERT_NO_EXCEPTION); deleteRule 1117 Source/core/inspector/InspectorStyleSheet.cpp styleSheet->deleteRule(id.ordinal(), exceptionState); deleteRule 229 Source/core/inspector/InspectorStyleSheet.h bool deleteRule(const InspectorCSSId&, ExceptionState&);