HomeSort by relevance Sort by last modified time
    Searched full:speaknode (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/third_party/chromevox/chromevox/injected/
api.js 247 cvox.Api.speakNode = function(targetNode, queueMode, properties) {
343 * @param {boolean=} speakNode If true, speaks out the node.
345 cvox.Api.syncToNode = function(targetNode, speakNode) {
351 implementation_.syncToNode(targetNode, speakNode);
355 'args': [cvox.ApiUtils.makeNodeReference(targetNode), speakNode]
  /external/chromium_org/chrome/third_party/chromevox/extensions/searchvox/
results.js 32 cvox.ChromeVox.speakNode(elems.item(i), 1);
101 cvox.ChromeVox.speakNode(discussTitles.item(i), 1);
102 cvox.ChromeVox.speakNode(discussDates.item(i), 1);
227 cvox.ChromeVox.speakNode(result, 1);
405 cvox.ChromeVox.speakNode(label, 1);
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxKbExplorerScript.js 23 cvox.ChromeVox.isMac=-1!=navigator.platform.indexOf("Mac");cvox.ChromeVox.modKeyStr=cvox.ChromeVox.isChromeOS?"Shift+Search":cvox.ChromeVox.isMac?"Ctrl+Cmd":"Ctrl+Meta";cvox.ChromeVox.sequenceSwitchKeyCodes=[];cvox.ChromeVox.visitedUrls={};cvox.ChromeVox.markInUserCommand=function(){};cvox.ChromeVox.syncToNode=function(){};cvox.ChromeVox.speakNode=function(){};cvox.ChromeVox.executeUserCommand=function(){};cvox.ChromeVox.entireDocumentIsHidden=!1;
chromeVoxChromeBackgroundScript.js 23 cvox.ChromeVox.isMac=-1!=navigator.platform.indexOf("Mac");cvox.ChromeVox.modKeyStr=cvox.ChromeVox.isChromeOS?"Shift+Search":cvox.ChromeVox.isMac?"Ctrl+Cmd":"Ctrl+Meta";cvox.ChromeVox.sequenceSwitchKeyCodes=[];cvox.ChromeVox.visitedUrls={};cvox.ChromeVox.markInUserCommand=function(){};cvox.ChromeVox.syncToNode=function(){};cvox.ChromeVox.speakNode=function(){};cvox.ChromeVox.executeUserCommand=function(){};cvox.ChromeVox.entireDocumentIsHidden=!1;
    [all...]
chromeVoxChromeOptionsScript.js 23 cvox.ChromeVox.isMac=-1!=navigator.platform.indexOf("Mac");cvox.ChromeVox.modKeyStr=cvox.ChromeVox.isChromeOS?"Shift+Search":cvox.ChromeVox.isMac?"Ctrl+Cmd":"Ctrl+Meta";cvox.ChromeVox.sequenceSwitchKeyCodes=[];cvox.ChromeVox.visitedUrls={};cvox.ChromeVox.markInUserCommand=function(){};cvox.ChromeVox.syncToNode=function(){};cvox.ChromeVox.speakNode=function(){};cvox.ChromeVox.executeUserCommand=function(){};cvox.ChromeVox.entireDocumentIsHidden=!1;
    [all...]
chromeVoxChromePageScript.js 23 cvox.ChromeVox.isMac=-1!=navigator.platform.indexOf("Mac");cvox.ChromeVox.modKeyStr=cvox.ChromeVox.isChromeOS?"Shift+Search":cvox.ChromeVox.isMac?"Ctrl+Cmd":"Ctrl+Meta";cvox.ChromeVox.sequenceSwitchKeyCodes=[];cvox.ChromeVox.visitedUrls={};cvox.ChromeVox.markInUserCommand=function(){};cvox.ChromeVox.syncToNode=function(){};cvox.ChromeVox.speakNode=function(){};cvox.ChromeVox.executeUserCommand=function(){};cvox.ChromeVox.entireDocumentIsHidden=!1;
    [all...]

Completed in 243 milliseconds