Home
last modified time | relevance | path

Searched refs:deleteRule (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSStyleSheet.h68 void deleteRule(unsigned index, ExceptionState&);
74 …void removeRule(unsigned index, ExceptionState& exceptionState) { deleteRule(index, exceptionState… in removeRule()
DCSSGroupingRule.h44 void deleteRule(unsigned index, ExceptionState&);
DCSSMediaRule.idl27 [RaisesException] void deleteRule(unsigned long index);
DCSSKeyframesRule.h89 void deleteRule(const String& key);
DCSSStyleSheet.idl29 [RaisesException] void deleteRule(unsigned long index);
DCSSGroupingRule.cpp91 void CSSGroupingRule::deleteRule(unsigned index, ExceptionState& exceptionState) in deleteRule() function in WebCore::CSSGroupingRule
DCSSKeyframesRule.idl36 void deleteRule([Default=Undefined] optional DOMString key);
DCSSSupportsRule.idl37 [RaisesException] void deleteRule([Default=Undefined] optional unsigned long index);
DCSSKeyframesRule.cpp130 void CSSKeyframesRule::deleteRule(const String& s) in deleteRule() function in WebCore::CSSKeyframesRule
DCSSStyleSheet.cpp331 void CSSStyleSheet::deleteRule(unsigned index, ExceptionState& exceptionState) in deleteRule() function in WebCore::CSSStyleSheet
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.h191 bool deleteRule(const InspectorCSSId&, ExceptionState&);
DInspectorStyleSheet.cpp1111 m_pageStyleSheet->deleteRule(lastRuleIndex, ASSERT_NO_EXCEPTION); in addRule()
1129 bool InspectorStyleSheet::deleteRule(const InspectorCSSId& id, ExceptionState& exceptionState) in deleteRule() function in WebCore::InspectorStyleSheet
1150 styleSheet->deleteRule(id.ordinal(), exceptionState); in deleteRule()
DInspectorCSSAgent.cpp553 return m_styleSheet->deleteRule(m_newId, exceptionState); in undo()
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromePageScript.js1034 cvox.BaseRuleStore.prototype.deleteRule=function(a){a=this.speechRules_.indexOf(a);-1!=a&&this.spee… method in cvox
DchromeVoxChromeOptionsScript.js1057 cvox.BaseRuleStore.prototype.deleteRule=function(a){a=this.speechRules_.indexOf(a);-1!=a&&this.spee… method in cvox
DchromeVoxChromeBackgroundScript.js924 cvox.BaseRuleStore.prototype.deleteRule=function(a){a=this.speechRules_.indexOf(a);-1!=a&&this.spee… method in cvox