Home
last modified time | relevance | path

Searched refs:ChromeVox (Results 1 – 25 of 102) sorted by relevance

12345

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dchromevox.js81 cvox.ChromeVox = function() {}; class in cvox
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.isActive = true;
110 cvox.ChromeVox.version = null;
114 cvox.ChromeVox.earcons = null;
118 cvox.ChromeVox.navigationManager = null;
[all …]
Dkey_util.js119 if (cvox.ChromeVox.isChromeOS &&
121 cvox.ChromeVox.searchKeyHeld = false;
152 if (cvox.ChromeVox.isChromeOS) {
154 } else if (cvox.ChromeVox.isMac) {
205 var modKeyCombo = cvox.ChromeVox.modKeyStr.split(/\+/g);
221 for (var i = 0; i < cvox.ChromeVox.sequenceSwitchKeyCodes.length; i++) {
222 var lhKeySeq = cvox.ChromeVox.sequenceSwitchKeyCodes[i];
249 if (cvox.ChromeVox.isChromeOS) {
251 } else if (cvox.ChromeVox.isMac) {
279 return cvox.ChromeVox.isChromeOS ? 'Back' : 'F1';
[all …]
Ddate_widget.js233 cvox.ChromeVox.msgs.getMsg('datewidget_week') + week + '\n';
241 monthName = cvox.ChromeVox.msgs.getMsg('datewidget_january');
244 monthName = cvox.ChromeVox.msgs.getMsg('datewidget_february');
247 monthName = cvox.ChromeVox.msgs.getMsg('datewidget_march');
250 monthName = cvox.ChromeVox.msgs.getMsg('datewidget_april');
253 monthName = cvox.ChromeVox.msgs.getMsg('datewidget_may');
256 monthName = cvox.ChromeVox.msgs.getMsg('datewidget_june');
259 monthName = cvox.ChromeVox.msgs.getMsg('datewidget_july');
262 monthName = cvox.ChromeVox.msgs.getMsg('datewidget_august');
265 monthName = cvox.ChromeVox.msgs.getMsg('datewidget_september');
[all …]
Dtraverse_math.js93 if (cvox.ChromeVox.mathJax) {
185 cvox.ChromeVox.mathJax.isMathjaxActive(
188 cvox.ChromeVox.mathJax.getAllJax(callback);
189 cvox.ChromeVox.mathJax.registerSignal(callback, 'New Math');
210 cvox.ChromeVox.mathJax.injectScripts();
213 cvox.ChromeVox.mathJax.isMathjaxActive(
216 cvox.ChromeVox.mathJax.configMediaWiki();
217 cvox.ChromeVox.mathJax.getAllTexs(callback);
218 cvox.ChromeVox.mathJax.getAllAsciiMaths(callback);
363 if (cvox.ChromeVox.host['mathMap']) {
[all …]
Dtime_widget.js128 var ampm = cvox.ChromeVox.msgs.getMsg('timewidget_am');
141 ampm = cvox.ChromeVox.msgs.getMsg('timewidget_pm');
144 ampm = cvox.ChromeVox.msgs.getMsg('timewidget_pm');
148 ampm = cvox.ChromeVox.msgs.getMsg('timewidget_am');
159 cvox.ChromeVox.msgs.getMsg('timewidget_hours') + '\n';
165 cvox.ChromeVox.msgs.getMsg('timewidget_minutes') + '\n';
171 cvox.ChromeVox.msgs.getMsg('timewidget_seconds') + '\n';
177 cvox.ChromeVox.msgs.getMsg('timewidget_milliseconds') + '\n';
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
Duser_commands.js95 cvox.ChromeVox.tts.stop();
100 if (!cvox.ChromeVox.navigationManager.resolve(cvox.DomUtil.isFocusable)) {
101 cvox.ChromeVox.navigationManager.setFocus();
126 anchorNode = cvox.ChromeVox.navigationManager.getCurrentNode();
127 focusNode = cvox.ChromeVox.navigationManager.getCurrentNode();
239 var currentNode = cvox.ChromeVox.navigationManager.getCurrentNode();
277 cvox.ChromeVox.navigationManager.stopReading(true);
281 cvox.ChromeVox.navigationManager.setReversed(false);
283 cvox.ChromeVox.navigationManager.setReversed(true);
301 ret = !cvox.ChromeVox.navigationManager.navigate();
[all …]
Dinit_document.js19 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;
37 cvox.ChromeVox.initDocument = function() {
39 cvox.ChromeVox.recallInit_('ChromeVox not starting on unloaded page: ' +
45 cvox.ChromeVox.host = cvox.HostFactory.getHost();
47 if (!cvox.ChromeVox.host.ttsLoaded()) {
48 cvox.ChromeVox.recallInit_('ChromeVox not starting; waiting for TTS. ' +
[all …]
Dinit_globals.js34 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.msgs = new cvox.Msgs();
50 cvox.ChromeVox.isActive = true;
51 cvox.ChromeVox.navigationManager = new cvox.NavigationManager();
[all …]
Dapi_implementation.js46 scripts.push(cvox.ChromeVox.host.getFileSrc(
48 scripts.push(cvox.ChromeVox.host.getApiSrc());
141 if (cvox.ChromeVox.isActive) {
146 cvox.ChromeVox.tts.speak(textString, queueMode, properties);
158 if (cvox.ChromeVox.isActive) {
159 cvox.ChromeVox.tts.speak(
188 if (cvox.ChromeVox.isActive) {
189 cvox.ChromeVox.tts.stop();
231 if (cvox.ChromeVox.isActive) {
232 cvox.ChromeVox.earcons.playEarconByName(earcon);
[all …]
Devent_watcher.js238 cvox.ChromeVox.searchKeyHeld = false;
272 store['searchKeyHeld'] = cvox.ChromeVox.searchKeyHeld;
281 cvox.ChromeVox.searchKeyHeld = store['searchKeyHeld'];
296 if (!cvox.ChromeVox.isActive ||
371 if (!cvox.ChromeVox.isActive || cvox.ChromeVox.entireDocumentIsHidden) {
520 cvox.ChromeVox.navigationManager.updateIndicatorIfChanged();
547 if (cvox.ChromeVox.host.mustRedispatchClickEvent()) {
557 cvox.Focuser.setFocus(cvox.ChromeVox.navigationManager.getCurrentNode());
558 cvox.ChromeVox.tts.speak(
559 cvox.ChromeVox.msgs.getMsg('element_clicked'),
[all …]
Dinitial_speech.js34 if (!cvox.ChromeVox.isActive || document.webkitHidden) {
51 cvox.ChromeVox.tts.speak(
66 cvox.ChromeVox.navigationManager.syncToBeginning();
70 if (cvox.ChromeVox.position[document.location.href]) {
71 var pos = cvox.ChromeVox.position[document.location.href];
72 cvox.ChromeVox.navigationManager.updateSelToArbitraryNode(
80 cvox.ChromeVox.navigationManager.finishNavCommand(
Dnavigation_manager.js393 var announcement = cvox.ChromeVox.msgs.getMsg('clear_page_selection');
394 cvox.ChromeVox.tts.speak(announcement, cvox.AbstractTts.QUEUE_MODE_FLUSH,
673 var msg = cvox.ChromeVox.position;
677 cvox.ChromeVox.host.sendToBackgroundPage({
703 cvox.ChromeVox.tts.stop();
704 cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.WRAP);
705 if (cvox.ChromeVox.verbosity === cvox.VERBOSITY_VERBOSE) {
706 var msg = cvox.ChromeVox.msgs.getMsg('wrapped_to_top');
708 msg = cvox.ChromeVox.msgs.getMsg('wrapped_to_bottom');
710 cvox.ChromeVox.tts.speak(msg, cvox.AbstractTts.QUEUE_MODE_QUEUE,
[all …]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
Dsearch_widget.js69 cvox.ChromeVox.navigationManager.setGranularity(
73 cvox.ChromeVox.navigationManager.setReversed(false);
77 this.focusRecovery_ = cvox.ChromeVox.navigationManager.getFocusRecovery();
78 cvox.ChromeVox.navigationManager.setFocusRecovery(false);
116 cvox.ChromeVox.navigationManager.setFocusRecovery(this.focusRecovery_);
126 cvox.ChromeVox.navigationManager.updateSelToArbitraryNode(
130 cvox.ChromeVox.navigationManager.syncAll,
131 cvox.ChromeVox.navigationManager))(true);
132 cvox.ChromeVox.navigationManager.speakDescriptionArray(
133 cvox.ChromeVox.navigationManager.getDescription(),
[all …]
Doverlay_widget.js37 cvox.ChromeVox.navigationManager.getCurrentNode());
43 cvox.ChromeVox.navigationManager.updateSelToArbitraryNode(host);
70 var r = cvox.ChromeVox.navigationManager.isReversed();
72 cvox.ChromeVox.navigationManager.getCurrentNode(), this.host_)) {
74 cvox.ChromeVox.navigationManager.syncToBeginning();
76 cvox.ChromeVox.navigationManager.updateSelToArbitraryNode(this.host_);
79 cvox.ChromeVox.navigationManager.speakDescriptionArray(
80 cvox.ChromeVox.navigationManager.getDescription(), 0, null);
Dwidget.js84 cvox.ChromeVox.navigationManager.getCurrentNode();
88 cvox.ChromeVox.stickyOverride = false;
96 cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.OBJECT_OPEN);
111 cvox.ChromeVox.stickyOverride = null;
113 cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.OBJECT_CLOSE);
171 cvox.ChromeVox.tts.stop();
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/
Dtester.js32 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.msgs = new cvox.TestMsgs();
47 cvox.ChromeVox.host = new cvox.TestHost();
108 cvox.ChromeVox.navigationManager.ensureNotSubnavigating();
[all …]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
Dbackground.js53 if (cvox.ChromeVox.isChromeOS &&
59 cvox.ChromeVox.msgs = new cvox.Msgs();
96 cvox.ChromeVox.tts = this.tts;
97 cvox.ChromeVox.braille = this.backgroundBraille_;
98 cvox.ChromeVox.earcons = this.earcons;
101 if (cvox.ChromeVox.isChromeOS &&
143 this.tts.speak(cvox.ChromeVox.msgs.getMsg('chromevox_inactive'), 1);
146 this.tts.speak(cvox.ChromeVox.msgs.getMsg('chromevox_intro'), 1);
147 cvox.ChromeVox.braille.write(cvox.NavBraille.fromText(
148 cvox.ChromeVox.msgs.getMsg('intro_brl')));
[all …]
Daccessibility_api_handler.js65 !cvox.ChromeVox.isActive);
67 if (cvox.ChromeVox.isActive) {
167 cvox.ChromeVox.isChromeOS) {
179 var msg = goog.bind(cvox.ChromeVox.msgs.getMsg, cvox.ChromeVox.msgs);
184 if (!cvox.ChromeVox.isActive) {
197 if (!cvox.ChromeVox.isActive) {
213 if (!cvox.ChromeVox.isActive) {
222 if (!cvox.ChromeVox.isActive) {
235 if (!cvox.ChromeVox.isActive) {
256 if (!cvox.ChromeVox.isActive) {
[all …]
Dtabs_api_handler.js36 this.msg_ = cvox.ChromeVox.msgs.getMsg.bind(cvox.ChromeVox.msgs);
51 if (!cvox.ChromeVox.isActive) {
67 if (!cvox.ChromeVox.isActive) {
78 if (!cvox.ChromeVox.isActive) {
102 if (!cvox.ChromeVox.isActive) {
122 if (!cvox.ChromeVox.isActive) {
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
Dhost.js49 cvox.ChromeVox.visitedUrls = message['history'];
63 cvox.ChromeVox.version = prefs['version'];
65 cvox.ChromeVox.earcons.enabled =
68 cvox.ChromeVox.typingEcho =
72 cvox.ChromeVox.position =
78 cvox.ChromeVox.navigationManager.setGranularity(
90 cvox.ChromeVox.verbosity = cvox.VERBOSITY_BRIEF;
92 cvox.ChromeVox.verbosity = cvox.VERBOSITY_VERBOSE;
95 cvox.ChromeVox.modKeyStr = prefs['cvoxKey'];
155 cvox.ChromeVox.isActive = false;
[all …]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
Dabstract_host.js136 if (active == cvox.ChromeVox.isActive) {
142 cvox.ChromeVox.isActive = true;
143 cvox.ChromeVox.navigationManager.showOrHideIndicator(true);
150 cvox.ChromeVox.navigationManager.updateIndicator();
154 cvox.ChromeVox.isActive = false;
155 cvox.ChromeVox.navigationManager.showOrHideIndicator(false);
161 cvox.ChromeVox.isActive = false;
162 cvox.ChromeVox.navigationManager.showOrHideIndicator(false);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
Dtable_walker.js71 annotation: cvox.ChromeVox.msgs.getMsg('empty_cell')
206 cvox.ChromeVox.tts.speak(this.getHeaderText_(sel),
218 cvox.ChromeVox.navigationManager.speakDescriptionArray(
254 return cvox.ChromeVox.msgs.getMsg('not_inside_table');
257 return cvox.ChromeVox.msgs.getMsg('not_inside_table');
282 text: cvox.ChromeVox.msgs.getMsg('table_location', locationInfo)
302 return cvox.ChromeVox.msgs.getMsg('row_header') + rowHeaderText;
311 return cvox.ChromeVox.msgs.getMsg('empty_row_header');
313 return cvox.ChromeVox.msgs.getMsg('row_header') + rowHeaderText;
332 return cvox.ChromeVox.msgs.getMsg('column_header') + colHeaderText;
[all …]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/messages/
Dspoken_messages.js60 cvox.ChromeVox.msgs.getMsg(message.id[0] + '_optional_default');
66 finalText += cvox.ChromeVox.msgs.getMsg(message.id[0] + '_singular');
68 finalText += cvox.ChromeVox.msgs.getMsg(message.id[0] + '_plural',
76 cvox.ChromeVox.msgs.getMsg.apply(cvox.ChromeVox.msgs, message.id);
80 cvox.ChromeVox.tts.speak(finalText, mode,
123 newMessage.raw = cvox.ChromeVox.msgs.getMsg('index_total', [index, total]);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/cvox2/background/
Dbackground.js31 this.tabsHandler_ = new cvox.TabsApiHandler(cvox.ChromeVox.tts,
32 cvox.ChromeVox.braille,
33 cvox.ChromeVox.earcons);
65 cvox.ChromeVox.background.injectChromeVoxIntoTabs([tab], true);
96 cvox.ChromeVox.tts.speak(output, cvox.AbstractTts.QUEUE_MODE_FLUSH);
97 cvox.ChromeVox.braille.write(cvox.NavBraille.fromText(output));
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
Dsearch.js94 cvox.ChromeVox.syncToNode(resultType.getSyncNode(result), !isSpoken);
102 cvox.ChromeVox.tts.stop();
105 cvox.ChromeVox.tts.speak('First result', 1, prop);
107 cvox.ChromeVox.tts.speak('Last result', 1, prop);
120 cvox.ChromeVox.syncToNode(anchor, true);
122 cvox.ChromeVox.syncToNode(pane, true);
176 cvox.ChromeVox.tts.speak('Page ' + pageNumber, 0, prop);
178 cvox.ChromeVox.tts.speak('Unknown page.', 0, prop);
189 cvox.ChromeVox.tts.speak('You are already on that page.');
193 cvox.ChromeVox.tts.speak(anchor.textContent);
[all …]

12345