Searched refs:constructString (Results 1 – 4 of 4) sorted by relevance
| /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/ |
| D | speech_rule_engine.js | 87 cvox.SpeechRuleEngine.prototype.constructString = function(node, expr) { method in cvox.SpeechRuleEngine 151 this.constructString(node, component['separator']), 153 this.constructString(node, component['context'])); 157 selected = this.constructString(node, content); 170 this.constructString(node, component['context']) +
|
| /external/chromium_org/chrome/third_party/chromevox/ |
| D | chromeVoxChromePageScript.js | 982 cvox.SpeechRuleEngine.prototype.constructString=function(a,b){if(!b)return"";if('"'==b.charAt(0))re… method in cvox 983 …Store_.applySelector(a,g);0<g.length&&(f=this.evaluateNodeList_(g,e.sepFunc,this.constructString(a, 984 …constructString(a,e.context)));break;case cvox.SpeechRule.Type.TEXT:(g=this.constructString(a,g))&…
|
| D | chromeVoxChromeOptionsScript.js | 1213 cvox.SpeechRuleEngine.prototype.constructString=function(a,b){if(!b)return"";if('"'==b.charAt(0))re… method in cvox 1214 …Store_.applySelector(a,g);0<g.length&&(f=this.evaluateNodeList_(g,e.sepFunc,this.constructString(a, 1215 …constructString(a,e.context)));break;case cvox.SpeechRule.Type.TEXT:(g=this.constructString(a,g))&…
|
| D | chromeVoxChromeBackgroundScript.js | 1278 cvox.SpeechRuleEngine.prototype.constructString=function(a,b){if(!b)return"";if('"'==b.charAt(0))re… method in cvox 1279 …Store_.applySelector(a,g);0<g.length&&(f=this.evaluateNodeList_(g,e.sepFunc,this.constructString(a, 1280 …constructString(a,e.context)));break;case cvox.SpeechRule.Type.TEXT:(g=this.constructString(a,g))&…
|