Searched refs:getMsg (Results 1 - 25 of 54) sorted by relevance

123

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
H A Dcolumn_walker.js37 return cvox.ChromeVox.msgs.getMsg('column_granularity');
H A Drow_walker.js37 return cvox.ChromeVox.msgs.getMsg('row_granularity');
H A Dsentence_walker.js29 return cvox.ChromeVox.msgs.getMsg('sentence_granularity');
H A Dword_walker.js29 return cvox.ChromeVox.msgs.getMsg('word_granularity');
H A Dcharacter_walker.js43 return cvox.ChromeVox.msgs.getMsg('character_granularity');
H A Dtable_walker.js58 * cvox.Msgs.prototype.getMsg does not match formal parameter
71 annotation: cvox.ChromeVox.msgs.getMsg('empty_cell')
254 return cvox.ChromeVox.msgs.getMsg('not_inside_table');
257 return cvox.ChromeVox.msgs.getMsg('not_inside_table');
270 * cvox.Msgs.prototype.getMsg does not match
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_heade
[all...]
H A Dtable_shifter.js66 return cvox.ChromeVox.msgs.getMsg('table_shifter');
73 * cvox.Msgs.prototype.getMsg does not match formal parameter
90 context: cvox.ChromeVox.msgs.getMsg('table_location', locationInfo),
98 annotation: cvox.ChromeVox.msgs.getMsg('spanned')
H A Dgroup_walker.js51 return cvox.ChromeVox.msgs.getMsg('group_strategy');
H A Dobject_walker.js55 return cvox.ChromeVox.msgs.getMsg('object_strategy');
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A 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_septembe
[all...]
H A 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';
H A Dnode_state.js16 * cvox.ChromeVox.getMsg() call. For example [list_position, 3, 5] maps to
17 * getMsg('list_position', [3, 5]);
45 return cvox.ChromeVox.msgs.getMsg(/** @type {string} */ (s[0]), args);
H A Dpage_selection.js48 desc[0].annotation = cvox.ChromeVox.msgs.getMsg('describe_unselected');
53 desc[0].annotation = cvox.ChromeVox.msgs.getMsg('describe_selected');
59 cvox.ChromeVox.msgs.getMsg('describe_unselected');
79 context: cvox.ChromeVox.msgs.getMsg('selection_is')})];
H A Dbraille_util.js159 if (cvox.ChromeVox.msgs.getMsg(roleMsg + '_brl')) {
178 return roleMsg ? cvox.ChromeVox.msgs.getMsg(roleMsg) : '';
197 // argument to substitute, getMsg might throw an error if the
201 if (cvox.ChromeVox.msgs.getMsg(state[0] + '_brl', dummySubs)) {
223 return cvox.ChromeVox.msgs.getMsg(msg);
302 role = cvox.ChromeVox.msgs.getMsg(opt_override.roleMsg + '_brl') ||
303 cvox.ChromeVox.msgs.getMsg(opt_override.roleMsg);
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dwpamsg.h23 QString getMsg() const { return msg; } function in class:WpaMsg
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/messages/
H A Dmsgs.js52 cvox.Msgs.prototype.getMsg = function(messageId, opt_subs) {
75 elts[i].textContent = this.getMsg(msgid);
102 JSON.parse(this.getMsg('locale_dict')));
H A 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);
123 newMessage.raw = cvox.ChromeVox.msgs.getMsg('index_total', [index, total]);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
H A Dbraille_table.js124 return msgs.getMsg('braille_table_name_with_grade',
127 return msgs.getMsg('braille_table_name_with_variant',
130 return msgs.getMsg('braille_table_name_with_variant_and_grade',
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
H A Dbackground.js143 this.tts.speak(cvox.ChromeVox.msgs.getMsg('chromevox_inactive'), 1);
146 this.tts.speak(cvox.ChromeVox.msgs.getMsg('chromevox_intro'), 1);
148 cvox.ChromeVox.msgs.getMsg('intro_brl')));
252 announcement = cvox.ChromeVox.msgs.getMsg('announce_rate',
256 announcement = cvox.ChromeVox.msgs.getMsg('announce_pitch',
260 announcement = cvox.ChromeVox.msgs.getMsg('announce_volume',
270 this.tts.speak(cvox.ChromeVox.msgs.getMsg(
342 this.tts.speak(cvox.ChromeVox.msgs.getMsg('chromevox_inactive'));
353 this.tts.speak(cvox.ChromeVox.msgs.getMsg('sticky_mode_enabled'));
356 cvox.ChromeVox.msgs.getMsg('sticky_mode_disable
[all...]
H A Dbraille_captions_background.js89 cvox.ChromeVox.msgs.getMsg('braille_captions_enabled') :
90 cvox.ChromeVox.msgs.getMsg('braille_captions_disabled');
H A Doptions.js174 ' ' + cvox.ChromeVox.msgs.getMsg('then') + ' ');
176 ' ' + cvox.ChromeVox.msgs.getMsg('followed_by') + ' ');
178 ' ' + cvox.ChromeVox.msgs.getMsg('modifier_key') + ' ');
187 announce = cvox.ChromeVox.msgs.getMsg('key_conflict', [announce]);
292 cvox.ChromeVox.msgs.getMsg('modifier_entry_error'), 0, {});
315 cvox.ChromeVox.msgs.getMsg('modifier_entry_set', [modifierStr]));
426 cvox.ChromeVox.msgs.getMsg('options_braille_table_type_6');
440 cvox.ChromeVox.msgs.getMsg('options_braille_table_type_8');
520 msgs.getMsg('keymap_reset', [msgs.getMsg(i
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
H A Dnode_search_widget.js38 return ['choice_widget_name', [cvox.ChromeVox.msgs.getMsg(this.typeMsg_)]];
H A Dkeyboard_help_widget.js36 message = cvox.ChromeVox.msgs.getMsg(id);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/
H A Dtest_msgs.js37 cvox.TestMsgs.prototype.getMsg = function(messageId, opt_subs) {
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Duser_commands.js318 wrap = cvox.ChromeVox.msgs.getMsg('wrapped_to_top');
319 error = cvox.ChromeVox.msgs.getMsg(NodeInfoStruct.forwardError);
321 wrap = cvox.ChromeVox.msgs.getMsg('wrapped_to_bottom');
322 error = cvox.ChromeVox.msgs.getMsg(NodeInfoStruct.backwardError);
523 cvox.ChromeVox.tts.speak(cvox.ChromeVox.msgs.getMsg('no_url_found'));
545 prefixMsg = cvox.ChromeVox.msgs.getMsg('element_clicked');
550 prefixMsg = cvox.ChromeVox.msgs.getMsg('element_double_clicked');
576 prefixMsg = cvox.ChromeVox.msgs.getMsg(
667 cvox.ChromeVox.msgs.getMsg('pass_through_key'));
675 cvox.ChromeVox.msgs.getMsg('earcons_o
[all...]

Completed in 230 milliseconds

123