Searched defs:ChromeVox (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dchromevox.js11 goog.provide('cvox.ChromeVox');
65 * Constant for verbosity setting (cvox.ChromeVox.verbosity).
71 * Constant for verbosity setting (cvox.ChromeVox.verbosity).
81 cvox.ChromeVox = function() {};
86 cvox.ChromeVox.host = null;
90 cvox.ChromeVox.tts;
94 cvox.ChromeVox.braille;
98 cvox.ChromeVox.mathJax;
102 cvox.ChromeVox.msgs = null;
106 cvox.ChromeVox
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dinit_document.js8 * NOTE(deboer): This file will automatically initialize ChromeVox. If you can
9 * control when ChromeVox starts, consider using cvox.InitGlobals instead.
15 goog.require('cvox.ChromeVox');
19 cvox.ChromeVox.initTimeout_ = 100;
25 cvox.ChromeVox.recallInit_ = function(reason) {
28 cvox.ChromeVox.initTimeout_ + 'ms');
29 window.setTimeout(cvox.ChromeVox.initDocument, cvox.ChromeVox.initTimeout_);
30 cvox.ChromeVox.initTimeout_ *= 2;
35 * Initializes cvox.ChromeVox whe
[all...]
H A Dinit_globals.js13 goog.require('cvox.ChromeVox');
31 * Initializes cvox.ChromeVox.
34 if (!cvox.ChromeVox.host) {
35 cvox.ChromeVox.host = cvox.HostFactory.getHost();
38 cvox.ChromeVox.tts = new cvox.CompositeTts()
43 if (!cvox.ChromeVox.braille) {
44 cvox.ChromeVox.braille = cvox.HostFactory.getBraille();
46 cvox.ChromeVox.mathJax = cvox.HostFactory.getMathJax();
48 cvox.ChromeVox.earcons = cvox.HostFactory.getEarcons();
49 cvox.ChromeVox
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/
H A Dtester.js21 * @fileoverview Testing framework for ChromeVox.
27 * Initializes cvox.ChromeVoxTester and sets up the mock ChromeVox
32 cvox.ChromeVox.mathJax = new cvox.TestMathJax();
34 cvox.ChromeVox.navigationManager = new cvox.NavigationManager();
36 cvox.ChromeVox.tts = cvox.ChromeVoxTester.testTts_;
39 cvox.ChromeVox.earcons = new cvox.AbstractEarcons();
40 cvox.ChromeVox.earcons.playEarcon = function(earcon) { };
42 cvox.ChromeVox.braille = new cvox.AbstractBraille();
43 cvox.ChromeVox.braille.write = function(params) {};
45 cvox.ChromeVox
[all...]
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxKbExplorerScript.js23 goog.defineClass.applyProperties_=function(a,b){for(var c in b)Object.prototype.hasOwnProperty.call(b,c)&&(a[c]=b[c]);for(var d=0;d<goog.defineClass.OBJECT_PROTOTYPE_FIELDS_.length;d++)c=goog.defineClass.OBJECT_PROTOTYPE_FIELDS_[d],Object.prototype.hasOwnProperty.call(b,c)&&(a[c]=b[c])};var cvox={VERBOSITY_VERBOSE:0,VERBOSITY_BRIEF:1,ChromeVox:function(){}};cvox.ChromeVox.host=null;cvox.ChromeVox.msgs=null;cvox.ChromeVox.isActive=!0;cvox.ChromeVox.version=null;cvox.ChromeVox.earcons=null;cvox.ChromeVox.navigationManager=null;cvox.ChromeVox.serializer=null;cvox.ChromeVox.isStickyPrefOn=!1;cvox.ChromeVox
[all...]
H A DchromeVoxChromeBackgroundScript.js23 goog.defineClass.applyProperties_=function(a,b){for(var c in b)Object.prototype.hasOwnProperty.call(b,c)&&(a[c]=b[c]);for(var d=0;d<goog.defineClass.OBJECT_PROTOTYPE_FIELDS_.length;d++)c=goog.defineClass.OBJECT_PROTOTYPE_FIELDS_[d],Object.prototype.hasOwnProperty.call(b,c)&&(a[c]=b[c])};var cvox={AbstractMsgs:function(){}};cvox.AbstractMsgs.prototype.getMsg=function(){};cvox.AbstractMsgs.prototype.getNumber=function(){};cvox.VERBOSITY_VERBOSE=0;cvox.VERBOSITY_BRIEF=1;cvox.ChromeVox=function(){};cvox.ChromeVox.host=null;cvox.ChromeVox.msgs=null;cvox.ChromeVox.isActive=!0;cvox.ChromeVox.version=null;cvox.ChromeVox.earcons=null;cvox.ChromeVox.navigationManager=null;cvox.ChromeVox.serializer=null;cvox.ChromeVox.isStickyPrefOn=!1;cvox.ChromeVox
[all...]
H A DchromeVoxChromeOptionsScript.js23 goog.defineClass.applyProperties_=function(a,b){for(var c in b)Object.prototype.hasOwnProperty.call(b,c)&&(a[c]=b[c]);for(var d=0;d<goog.defineClass.OBJECT_PROTOTYPE_FIELDS_.length;d++)c=goog.defineClass.OBJECT_PROTOTYPE_FIELDS_[d],Object.prototype.hasOwnProperty.call(b,c)&&(a[c]=b[c])};var cvox={VERBOSITY_VERBOSE:0,VERBOSITY_BRIEF:1,ChromeVox:function(){}};cvox.ChromeVox.host=null;cvox.ChromeVox.msgs=null;cvox.ChromeVox.isActive=!0;cvox.ChromeVox.version=null;cvox.ChromeVox.earcons=null;cvox.ChromeVox.navigationManager=null;cvox.ChromeVox.serializer=null;cvox.ChromeVox.isStickyPrefOn=!1;cvox.ChromeVox
[all...]

Completed in 164 milliseconds