HomeSort by relevance Sort by last modified time
    Searched refs:goog (Results 1 - 25 of 192) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/i18n/
pluralrules.js 28 goog.provide('goog.i18n.pluralRules');
33 goog.i18n.pluralRules.Keyword = {
47 * @return {goog.i18n.pluralRules.Keyword} Default value.
50 goog.i18n.pluralRules.defaultSelect_ = function(n, opt_precision) {
51 return goog.i18n.pluralRules.Keyword.OTHER;
60 goog.i18n.pluralRules.decimals_ = function(n) {
75 goog.i18n.pluralRules.get_vf_ = function(n, opt_precision) {
79 var v = Math.min(goog.i18n.pluralRules.decimals_(n), DEFAULT_DIGITS);
99 goog.i18n.pluralRules.get_wt_ = function(v, f)
    [all...]
ordinalrules.js 28 goog.provide('goog.i18n.ordinalRules');
33 goog.i18n.ordinalRules.Keyword = {
47 * @return {goog.i18n.ordinalRules.Keyword} Default value.
50 goog.i18n.ordinalRules.defaultSelect_ = function(n, opt_precision) {
51 return goog.i18n.ordinalRules.Keyword.OTHER;
60 goog.i18n.ordinalRules.decimals_ = function(n) {
75 goog.i18n.ordinalRules.get_vf_ = function(n, opt_precision) {
79 var v = Math.min(goog.i18n.ordinalRules.decimals_(n), DEFAULT_DIGITS);
99 goog.i18n.ordinalRules.get_wt_ = function(v, f)
    [all...]
messageformat.js 63 goog.provide('goog.i18n.MessageFormat');
65 goog.require('goog.asserts');
66 goog.require('goog.i18n.ordinalRules');
67 goog.require('goog.i18n.pluralRules');
78 goog.i18n.MessageFormat = function(pattern) {
106 goog.i18n.MessageFormat.LITERAL_PLACEHOLDER_ = '\uFDDF_'
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxKbExplorerScript.js 1 var goog=goog||{};goog.global=this;goog.isDef=function(a){return void 0!==a};goog.exportPath_=function(a,b,c){a=a.split(".");c=c||goog.global;a[0]in c||!c.execScript||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)!a.length&&goog.isDef(b)?c[d]=b:c=c[d]?c[d]:c[d]={}};goog.define=function(a,b){var c=b;goog.exportPath_(a,c)};goog.DEBUG=!1;goog.LOCALE="en";goog.TRUSTED_SITE=!0;goog.STRICT_MODE_COMPATIBLE=!1;goog.provide=functio (…)
    [all...]
chromeVoxChromeBackgroundScript.js 1 var goog=goog||{};goog.global=this;goog.isDef=function(a){return void 0!==a};goog.exportPath_=function(a,b,c){a=a.split(".");c=c||goog.global;a[0]in c||!c.execScript||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)!a.length&&goog.isDef(b)?c[d]=b:c=c[d]?c[d]:c[d]={}};goog.define=function(a,b){var c=b;goog.exportPath_(a,c)};goog.DEBUG=!1;goog.LOCALE="en";goog.TRUSTED_SITE=!0;goog.STRICT_MODE_COMPATIBLE=!1;goog.provide=functio (…)
504 goog.i18n.NumberFormat.prototype.applyStandardPattern_=function(a){switch(a){case goog.i18n.NumberFormat.Format.DECIMAL:this.applyPattern_(goog.i18n.NumberFormatSymbols.DECIMAL_PATTERN);break;case goog.i18n.NumberFormat.Format.SCIENTIFIC:this.applyPattern_(goog.i18n.NumberFormatSymbols.SCIENTIFIC_PATTERN);break;case goog.i18n.NumberFormat.Format.PERCENT:this.applyPattern_(goog.i18n.NumberFormatSymbols.PERCENT_PATTERN);break;case goog.i18n.NumberFormat.Format.CURRENCY:this.applyPattern_(goog.i18n.currency.adjustPrecision(goog.i18n.NumberFormatSymbols.CURRENCY_PATTERN, class
531 goog.i18n.ordinalRules.get_wt_=function(a,b){if(0===b)return{w:0,t:0};for(;0===b%10;)b\/=10,a--;return{w:a,t:b}};goog.i18n.ordinalRules.enSelect_=function(a){return 1==a%10&&11!=a%100?goog.i18n.ordinalRules.Keyword.ONE:2==a%10&&12!=a%100?goog.i18n.ordinalRules.Keyword.TWO:3==a%10&&13!=a%100?goog.i18n.ordinalRules.Keyword.FEW:goog.i18n.ordinalRules.Keyword.OTHER};goog.i18n.ordinalRules.svSelect_=function(a){return 1!=a%10&&2!=a%10||11==a%100||12==a%100?goog.i18n.ordinalRules.Keyword.OTHER:goog.i18n.ordinalRules.Keyword.ONE}; method
    [all...]
chromeVoxChromeOptionsScript.js 1 var goog=goog||{};goog.global=this;goog.isDef=function(a){return void 0!==a};goog.exportPath_=function(a,b,c){a=a.split(".");c=c||goog.global;a[0]in c||!c.execScript||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)!a.length&&goog.isDef(b)?c[d]=b:c=c[d]?c[d]:c[d]={}};goog.define=function(a,b){var c=b;goog.exportPath_(a,c)};goog.DEBUG=!1;goog.LOCALE="en";goog.TRUSTED_SITE=!0;goog.STRICT_MODE_COMPATIBLE=!1;goog.provide=functio (…)
565 goog.i18n.NumberFormat.prototype.applyStandardPattern_=function(a){switch(a){case goog.i18n.NumberFormat.Format.DECIMAL:this.applyPattern_(goog.i18n.NumberFormatSymbols.DECIMAL_PATTERN);break;case goog.i18n.NumberFormat.Format.SCIENTIFIC:this.applyPattern_(goog.i18n.NumberFormatSymbols.SCIENTIFIC_PATTERN);break;case goog.i18n.NumberFormat.Format.PERCENT:this.applyPattern_(goog.i18n.NumberFormatSymbols.PERCENT_PATTERN);break;case goog.i18n.NumberFormat.Format.CURRENCY:this.applyPattern_(goog.i18n.currency.adjustPrecision(goog.i18n.NumberFormatSymbols.CURRENCY_PATTERN, class
592 goog.i18n.ordinalRules.get_wt_=function(a,b){if(0===b)return{w:0,t:0};for(;0===b%10;)b\/=10,a--;return{w:a,t:b}};goog.i18n.ordinalRules.enSelect_=function(a){return 1==a%10&&11!=a%100?goog.i18n.ordinalRules.Keyword.ONE:2==a%10&&12!=a%100?goog.i18n.ordinalRules.Keyword.TWO:3==a%10&&13!=a%100?goog.i18n.ordinalRules.Keyword.FEW:goog.i18n.ordinalRules.Keyword.OTHER};goog.i18n.ordinalRules.svSelect_=function(a){return 1!=a%10&&2!=a%10||11==a%100||12==a%100?goog.i18n.ordinalRules.Keyword.OTHER:goog.i18n.ordinalRules.Keyword.ONE}; method
    [all...]
chromeVoxChromePageScript.js 1 var goog=goog||{};goog.global=this;goog.isDef=function(a){return void 0!==a};goog.exportPath_=function(a,b,c){a=a.split(".");c=c||goog.global;a[0]in c||!c.execScript||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)!a.length&&goog.isDef(b)?c[d]=b:c=c[d]?c[d]:c[d]={}};goog.define=function(a,b){var c=b;goog.exportPath_(a,c)};goog.DEBUG=!1;goog.LOCALE="en";goog.TRUSTED_SITE=!0;goog.STRICT_MODE_COMPATIBLE=!1;goog.provide=functio (…)
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/asserts/
asserts.js 20 * for type-inference. For example, <code>goog.asserts.assert(foo)</code>
25 * var x = goog.asserts.assert(foo()); goog.asserts.assert(bar());
36 goog.provide('goog.asserts');
37 goog.provide('goog.asserts.AssertionError');
39 goog.require('goog.debug.Error');
40 goog.require('goog.dom.NodeType')
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
earcons.js 12 goog.provide('cvox.ChromeEarcons');
14 goog.require('cvox.AbstractEarcons');
15 goog.require('cvox.ExtensionBridge');
16 goog.require('cvox.HostFactory');
24 goog.base(this);
26 goog.inherits(cvox.ChromeEarcons, cvox.AbstractEarcons);
33 goog.base(this, 'playEarcon', earcon);
49 goog.base(this, 'toggle');
tts_base.js 10 goog.provide('cvox.ChromeTtsBase');
12 goog.require('cvox.AbstractTts');
20 goog.base(this);
33 goog.inherits(cvox.ChromeTtsBase, cvox.AbstractTts);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
group_walker.js 12 goog.provide('cvox.GroupWalker');
14 goog.require('cvox.AbstractNodeWalker');
15 goog.require('cvox.BrailleUtil');
16 goog.require('cvox.CursorSelection');
17 goog.require('cvox.DescriptionUtil');
18 goog.require('cvox.DomUtil');
19 goog.require('cvox.GroupUtil');
29 goog.inherits(cvox.GroupWalker, cvox.AbstractNodeWalker);
column_walker.js 10 goog.provide('cvox.ColumnWalker');
12 goog.require('cvox.TableWalker');
20 goog.base(this);
22 goog.inherits(cvox.ColumnWalker, cvox.TableWalker);
row_walker.js 10 goog.provide('cvox.RowWalker');
12 goog.require('cvox.TableWalker');
20 goog.base(this);
22 goog.inherits(cvox.RowWalker, cvox.TableWalker);
sentence_walker.js 10 goog.provide('cvox.SentenceWalker');
12 goog.require('cvox.AbstractSelectionWalker');
13 goog.require('cvox.TraverseContent');
23 goog.inherits(cvox.SentenceWalker, cvox.AbstractSelectionWalker);
word_walker.js 10 goog.provide('cvox.WordWalker');
12 goog.require('cvox.AbstractSelectionWalker');
13 goog.require('cvox.TraverseContent');
23 goog.inherits(cvox.WordWalker, cvox.AbstractSelectionWalker);
character_walker.js 10 goog.provide('cvox.CharacterWalker');
12 goog.require('cvox.AbstractSelectionWalker');
13 goog.require('cvox.TraverseContent');
23 goog.inherits(cvox.CharacterWalker, cvox.AbstractSelectionWalker);
29 var desc = goog.base(this, 'getDescription', prevSel, sel);
object_walker.js 10 goog.provide('cvox.ObjectWalker');
12 goog.require('cvox.AbstractNodeWalker');
13 goog.require('cvox.BrailleUtil');
14 goog.require('cvox.DescriptionUtil');
21 goog.base(this);
23 goog.inherits(cvox.ObjectWalker, cvox.AbstractNodeWalker);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
abstract_braille.js 11 goog.provide('cvox.AbstractBraille');
13 goog.require('cvox.BrailleInterface');
26 cvox.AbstractBraille.prototype.write = goog.abstractMethod;
30 cvox.AbstractBraille.prototype.setCommandListener = goog.abstractMethod;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/testing/
earcons.js 10 goog.provide('cvox.TestEarcons');
12 goog.require('cvox.AbstractEarcons');
13 goog.require('cvox.HostFactory');
22 goog.inherits(cvox.TestEarcons, cvox.AbstractEarcons);
host.js 10 goog.provide('cvox.TestHost');
12 goog.require('cvox.AbstractHost');
13 goog.require('cvox.HostFactory');
22 goog.inherits(cvox.TestHost, cvox.AbstractHost);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
keyboard_help_widget.js 9 goog.provide('cvox.KeyboardHelpWidget');
11 goog.require('cvox.ChromeVox');
12 goog.require('cvox.CommandStore');
13 goog.require('cvox.KeyUtil');
14 goog.require('cvox.OverlayWidget');
21 goog.base(this, '');
27 keymap.bindings().forEach(goog.bind(function(pair) {
49 goog.inherits(cvox.KeyboardHelpWidget, cvox.OverlayWidget);
50 goog.addSingletonGetter(cvox.KeyboardHelpWidget);
57 goog.base(this, 'show')
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
base.js 35 * Base namespace for the Closure library. Checks to see goog is already
41 var goog = goog || {};
47 goog.global = this;
55 * {@code goog.define} will use the value instead of the default value. This
61 * var CLOSURE_UNCOMPILED_DEFINES = {'goog.DEBUG': false};
66 goog.global.CLOSURE_UNCOMPILED_DEFINES;
77 * While any @define value may be set, only those set with goog.define will be
82 * var CLOSURE_DEFINES = {'goog.DEBUG': false};
87 goog.global.CLOSURE_DEFINES
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
init_globals.js 10 goog.provide('cvox.InitGlobals');
12 goog.require('cvox.ApiImplementation');
13 goog.require('cvox.ChromeVox');
14 goog.require('cvox.ChromeVoxEventWatcher');
15 goog.require('cvox.CompositeTts');
16 goog.require('cvox.ConsoleTts');
17 goog.require('cvox.HostFactory');
18 goog.require('cvox.NavigationManager');
19 goog.require('cvox.Serializer');
20 goog.require('cvox.SpokenMessages')
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/closure/
closure_preinit.js 38 if (!goog.inHtmlDocument_() ||
39 goog.dependencies_.written[src]) {
42 goog.dependencies_.written[src] = true;
44 if (goog.global.queue_.length == 0)
47 var src = goog.global.queue_[0];
59 goog.global.queue_ = goog.global.queue_.slice(1);
79 goog.global.queue_ = goog.global.queue_.slice(1);
86 goog.global.queue_.push(src)
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
speech_rule_evaluator.js 12 goog.provide('cvox.SpeechRuleEvaluator');
14 goog.require('cvox.SpeechRule');
20 cvox.SpeechRuleEvaluator = goog.abstractMethod;
28 cvox.SpeechRuleEvaluator.prototype.evaluateDefault = goog.abstractMethod;

Completed in 2856 milliseconds

1 2 3 4 5 6 7 8