Searched refs:deleteRule (Results 1 – 16 of 16) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSStyleSheet.h | 68 void deleteRule(unsigned index, ExceptionState&); 74 …void removeRule(unsigned index, ExceptionState& exceptionState) { deleteRule(index, exceptionState… in removeRule()
|
D | CSSGroupingRule.h | 44 void deleteRule(unsigned index, ExceptionState&);
|
D | CSSMediaRule.idl | 27 [RaisesException] void deleteRule(unsigned long index);
|
D | CSSKeyframesRule.h | 89 void deleteRule(const String& key);
|
D | CSSStyleSheet.idl | 29 [RaisesException] void deleteRule(unsigned long index);
|
D | CSSGroupingRule.cpp | 91 void CSSGroupingRule::deleteRule(unsigned index, ExceptionState& exceptionState) in deleteRule() function in WebCore::CSSGroupingRule
|
D | CSSKeyframesRule.idl | 36 void deleteRule([Default=Undefined] optional DOMString key);
|
D | CSSSupportsRule.idl | 37 [RaisesException] void deleteRule([Default=Undefined] optional unsigned long index);
|
D | CSSKeyframesRule.cpp | 130 void CSSKeyframesRule::deleteRule(const String& s) in deleteRule() function in WebCore::CSSKeyframesRule
|
D | CSSStyleSheet.cpp | 331 void CSSStyleSheet::deleteRule(unsigned index, ExceptionState& exceptionState) in deleteRule() function in WebCore::CSSStyleSheet
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorStyleSheet.h | 191 bool deleteRule(const InspectorCSSId&, ExceptionState&);
|
D | InspectorStyleSheet.cpp | 1111 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()
|
D | InspectorCSSAgent.cpp | 553 return m_styleSheet->deleteRule(m_newId, exceptionState); in undo()
|
/external/chromium_org/chrome/third_party/chromevox/ |
D | chromeVoxChromePageScript.js | 1034 cvox.BaseRuleStore.prototype.deleteRule=function(a){a=this.speechRules_.indexOf(a);-1!=a&&this.spee… method in cvox
|
D | chromeVoxChromeOptionsScript.js | 1057 cvox.BaseRuleStore.prototype.deleteRule=function(a){a=this.speechRules_.indexOf(a);-1!=a&&this.spee… method in cvox
|
D | chromeVoxChromeBackgroundScript.js | 924 cvox.BaseRuleStore.prototype.deleteRule=function(a){a=this.speechRules_.indexOf(a);-1!=a&&this.spee… method in cvox
|