Home
last modified time | relevance | path

Searched defs:deleteRule (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
Dspeech_rule_store.js33 cvox.SpeechRuleStore.prototype.deleteRule = goog.abstractMethod; method in cvox.SpeechRuleStore
Dbase_rule_store.js122 cvox.BaseRuleStore.prototype.deleteRule = function(rule) { method in cvox.BaseRuleStore
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSGroupingRule.cpp95 void CSSGroupingRule::deleteRule(unsigned index, ExceptionState& exceptionState) in deleteRule() function in WebCore::CSSGroupingRule
DCSSKeyframesRule.cpp139 void CSSKeyframesRule::deleteRule(const String& s) in deleteRule() function in WebCore::CSSKeyframesRule
DCSSStyleSheet.cpp339 void CSSStyleSheet::deleteRule(unsigned index, ExceptionState& exceptionState) in deleteRule() function in WebCore::CSSStyleSheet
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp1097 bool InspectorStyleSheet::deleteRule(const InspectorCSSId& id, ExceptionState& exceptionState) in deleteRule() function in WebCore::InspectorStyleSheet
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromeOptionsScript.js1200 cvox.BaseRuleStore.prototype.deleteRule=function(a){a=this.speechRules_.indexOf(a);-1!=a&&this.spee… method in cvox
DchromeVoxChromePageScript.js969 cvox.BaseRuleStore.prototype.deleteRule=function(a){a=this.speechRules_.indexOf(a);-1!=a&&this.spee… method in cvox
DchromeVoxChromeBackgroundScript.js1067 cvox.BaseRuleStore.prototype.deleteRule=function(a){a=this.speechRules_.indexOf(a);-1!=a&&this.spee… method in cvox