Home
last modified time | relevance | path

Searched refs:constructString (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
Dspeech_rule_engine.js87 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/
DchromeVoxChromePageScript.js982 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,
984constructString(a,e.context)));break;case cvox.SpeechRule.Type.TEXT:(g=this.constructString(a,g))&…
DchromeVoxChromeOptionsScript.js1213 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,
1215constructString(a,e.context)));break;case cvox.SpeechRule.Type.TEXT:(g=this.constructString(a,g))&…
DchromeVoxChromeBackgroundScript.js1278 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,
1280constructString(a,e.context)));break;case cvox.SpeechRule.Type.TEXT:(g=this.constructString(a,g))&…