/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
node_state.js | 9 goog.provide('cvox.NodeState'); 10 goog.provide('cvox.NodeStateUtil');
|
group_util.js | 10 goog.provide('cvox.GroupUtil'); 12 goog.require('cvox.AriaUtil'); 13 goog.require('cvox.DomUtil');
|
nav_description.js | 12 goog.provide('cvox.NavDescription'); 14 goog.require('cvox.AbstractTts'); 15 goog.require('cvox.ChromeVox'); 16 goog.require('cvox.CursorSelection');
|
page_selection.js | 16 goog.provide('cvox.PageSelection'); 18 goog.require('cvox.AbstractEarcons'); 19 goog.require('cvox.CursorSelection'); 20 goog.require('cvox.NavDescription');
|
description_util.js | 10 goog.provide('cvox.DescriptionUtil'); 12 goog.require('cvox.AriaUtil'); 13 goog.require('cvox.AuralStyleUtil'); 14 goog.require('cvox.BareObjectWalker'); 15 goog.require('cvox.CursorSelection'); 16 goog.require('cvox.DomUtil'); 17 goog.require('cvox.EarconUtil'); 18 goog.require('cvox.MathmlStore'); 19 goog.require('cvox.NavDescription'); 20 goog.require('cvox.SpeechRuleEngine') [all...] |
braille_util.js | 10 goog.provide('cvox.BrailleUtil'); 12 goog.require('cvox.ChromeVox'); 13 goog.require('cvox.DomUtil'); 14 goog.require('cvox.Focuser'); 15 goog.require('cvox.NavBraille'); 16 goog.require('cvox.NodeStateUtil'); 17 goog.require('cvox.Spannable'); 353 if (goog.isDef(opt_selStart)) { 354 opt_selEnd = goog.isDef(opt_selEnd) ? opt_selEnd : opt_selStart; 388 if (goog.isDef(opt_displayPosition) & [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/mathmaps/ |
math_map.js | 12 goog.provide('cvox.MathMap'); 14 goog.require('cvox.MathCompoundStore'); 15 goog.require('cvox.MathUtil'); 34 .forEach(goog.bind(this.store.addFunctionRules, this.store)); 40 .forEach(goog.bind(this.store.addSymbolRules, this.store));
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/ |
tts_background.js | 11 goog.provide('cvox.TtsBackground'); 13 goog.require('cvox.AbstractTts'); 14 goog.require('cvox.ChromeTtsBase'); 15 goog.require('cvox.ChromeVox'); 16 goog.require('cvox.MathMap'); 17 goog.require('goog.i18n.MessageFormat'); 46 goog.base(this); 180 goog.inherits(cvox.TtsBackground, cvox.ChromeTtsBase); 216 goog.base(this, 'speak', textString, queueMode, properties) [all...] |
braille_table.js | 9 goog.provide('cvox.BrailleTable'); 103 goog.isDef(current.grade) && 104 goog.isDef(candidate.grade) &&
|
braille_input_handler.js | 11 goog.provide('cvox.BrailleInputHandler'); 13 goog.require('cvox.BrailleKeyCommand'); 14 goog.require('cvox.BrailleKeyEvent'); 15 goog.require('cvox.ExpandingBrailleTranslator'); 126 goog.bind(this.onImeConnect_, this)); 309 this.activeTranslator_.backTranslate(cellsBuffer, goog.bind(function(result) { 394 port.onDisconnect.addListener(goog.bind(this.onImeDisconnect_, this, port)); 395 port.onMessage.addListener(goog.bind(this.onImeMessage_, this)); 406 if (!goog.isObject(message)) { 418 this.pendingCells_.forEach(goog.bind(this.onBrailleDots_, this)) [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/ |
braille_captions_background.js | 9 goog.provide('cvox.BrailleCaptionsBackground'); 11 goog.require('cvox.BrailleDisplayState'); 12 goog.require('cvox.ExtensionBridge');
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
navigation_speaker.js | 10 goog.provide('cvox.NavigationSpeaker'); 12 goog.require('cvox.NavDescription'); 53 // Using self rather than goog.bind in order to get debug symbols.
|
script_installer.js | 11 goog.provide('cvox.ScriptInstaller'); 13 goog.require('cvox.DomUtil');
|
live_regions_deprecated.js | 11 goog.provide('cvox.LiveRegionsDeprecated'); 13 goog.require('cvox.AriaUtil'); 14 goog.require('cvox.ChromeVox'); 15 goog.require('cvox.DescriptionUtil'); 16 goog.require('cvox.DomUtil'); 17 goog.require('cvox.NavDescription');
|
navigation_manager.js | 15 goog.provide('cvox.NavigationManager'); 17 goog.require('cvox.ActiveIndicator'); 18 goog.require('cvox.ChromeVox'); 19 goog.require('cvox.ChromeVoxEventSuspender'); 20 goog.require('cvox.CursorSelection'); 21 goog.require('cvox.DescriptionUtil'); 22 goog.require('cvox.DomUtil'); 23 goog.require('cvox.FindUtil'); 24 goog.require('cvox.Focuser'); 25 goog.require('cvox.Interframe') [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/cvox2/background/ |
background.js | 10 goog.provide('cvox2.Background'); 11 goog.provide('cvox2.global'); 13 goog.require('cvox.TabsApiHandler');
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/ |
braille_overlay_widget.js | 10 goog.provide('cvox.BrailleOverlayWidget'); 12 goog.require('cvox.ExtensionBridge'); 40 goog.addSingletonGetter(cvox.BrailleOverlayWidget); 48 cvox.ExtensionBridge.addMessageListener(goog.bind(
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/messages/ |
spoken_messages.js | 18 goog.provide('cvox.SpokenMessages'); 20 goog.require('cvox.AbstractTts'); 21 goog.require('cvox.ChromeVox'); 22 goog.require('cvox.SpokenMessage');
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
gcm_custom_bindings.js | 24 if (lowerCasedProperty.indexOf("goog.") == 0 ||
|
/external/chromium_org/third_party/closure_linter/closure_linter/ |
aliaspass.py | 16 """Pass that scans for goog.scope aliases and lint/usage errors.""" 41 >>> alias_map = {'MyClass': 'goog.foo.MyClass'} 43 'goog.foo.MyClass.prototype.action' 62 """Pass to identify goog.scope() usages. 64 Identifies goog.scope() usages and finds lint/usage errors. Notes any 66 such as "var MyClass = goog.foo.MyClass;") and annotates identifiers 69 "goog.foo.MyClass.prototype.action" when expanded.). 76 closurized_namespaces: A set of Closurized namespaces (e.g. 'goog'). 98 # TODO(nnaze): Add more goog.scope usage checks. 108 """Check goog.scope calls for lint/usage errors."" [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/ |
base_rule_store.js | 12 goog.provide('cvox.BaseRuleStore'); 14 goog.require('cvox.MathUtil'); 15 goog.require('cvox.SpeechRule'); 16 goog.require('cvox.SpeechRuleEvaluator'); 17 goog.require('cvox.SpeechRuleFunctions'); 18 goog.require('cvox.SpeechRuleStore'); 75 goog.bind( 164 cvox.BaseRuleStore.prototype.debugSpeechRule = goog.abstractMethod; 174 cvox.BaseRuleStore.prototype.initialize = goog.abstractMethod; 328 rules.sort(goog.bind [all...] |
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
checker.py | 38 'goog.provide/require') 73 goog.require and goog.provide statements prior to the main linting pass.
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/ |
tts_interface.js | 12 goog.provide('cvox.TtsInterface'); 13 goog.provide('cvox.TtsCapturingEventListener');
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/ |
abstract_walker.js | 41 goog.provide('cvox.AbstractWalker'); 43 goog.require('cvox.CursorSelection'); 44 goog.require('cvox.NavBraille'); 75 cvox.AbstractWalker.prototype.next = goog.abstractMethod; 121 cvox.AbstractWalker.prototype.sync = goog.abstractMethod; 136 cvox.AbstractWalker.prototype.getDescription = goog.abstractMethod; 148 cvox.AbstractWalker.prototype.getBraille = goog.abstractMethod; 177 cvox.AbstractWalker.prototype.getGranularityMsg = goog.abstractMethod;
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/ |
jsbundler.py | 184 SourceWithPath: The source file providing the goog namespace. 188 'goog' in source.provides): 190 Die('goog.base not provided by any file.')
|