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

1 2 34 5 6 7 8

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
init_document.js 13 goog.provide('cvox.ChromeVoxInit');
15 goog.require('cvox.ChromeVox');
16 goog.require('cvox.HostFactory');
17 goog.require('cvox.InitGlobals');
node_breadcrumb.js 9 goog.provide('cvox.NodeBreadcrumb');
11 goog.require('cvox.ChromeVox');
27 goog.addSingletonGetter(cvox.NodeBreadcrumb);
80 !goog.isNull(child.getAttribute(cvox.NodeBreadcrumb.TOUCHED_TAG))) {
99 goog.isNull(node.getAttribute(cvox.NodeBreadcrumb.NEEDED_TAG_))) {
134 !goog.isNull(child.getAttribute(cvox.NodeBreadcrumb.NEEDED_TAG_))) {
api_util.js 11 if (typeof(goog) != 'undefined' && goog.provide){
12 goog.provide('cvox.ApiUtil');
user_commands.js 18 goog.provide('cvox.ChromeVoxUserCommands');
20 goog.require('cvox.BrailleKeyCommand');
21 goog.require('cvox.BrailleOverlayWidget');
22 goog.require('cvox.ChromeVox');
23 goog.require('cvox.CommandStore');
24 goog.require('cvox.ConsoleTts');
25 goog.require('cvox.ContextMenuWidget');
26 goog.require('cvox.DomPredicates');
27 goog.require('cvox.DomUtil');
28 goog.require('cvox.FocusUtil')
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/messages/
spoken_message.js 10 goog.provide('cvox.SpokenMessage');
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
mathjax.js 10 goog.provide('cvox.ChromeMathJax');
12 goog.require('cvox.AbstractMathJax');
13 goog.require('cvox.ApiImplementation');
14 goog.require('cvox.ChromeVox');
15 goog.require('cvox.HostFactory');
16 goog.require('cvox.ScriptInstaller');
24 goog.base(this);
55 goog.inherits(cvox.ChromeMathJax, cvox.AbstractMathJax);
92 window.addEventListener('message', goog.bind(this.portSetup, this), true);
128 goog.bind
    [all...]
braille_key_types.js 14 goog.provide('cvox.BrailleDisplayState');
15 goog.provide('cvox.BrailleKeyCommand');
16 goog.provide('cvox.BrailleKeyEvent');
18 goog.require('cvox.ChromeVox');
braille_display_manager.js 10 goog.provide('cvox.BrailleDisplayManager');
12 goog.require('cvox.BrailleCaptionsBackground');
13 goog.require('cvox.BrailleDisplayState');
14 goog.require('cvox.ExpandingBrailleTranslator');
15 goog.require('cvox.LibLouis');
16 goog.require('cvox.NavBraille');
81 cvox.BrailleCaptionsBackground.init(goog.bind(
83 if (goog.isDef(chrome.brailleDisplayPrivate)) {
84 var onDisplayStateChanged = goog.bind(this.refreshDisplayState_, this);
89 goog.bind(this.onKeyEvent_, this))
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
math_store.js 9 goog.provide('cvox.MathStore');
11 goog.require('cvox.AbstractTts');
12 goog.require('cvox.BaseRuleStore');
13 goog.require('cvox.ChromeVox');
14 goog.require('cvox.NavMathDescription');
15 goog.require('cvox.SpeechRule');
16 goog.require('cvox.TraverseMath');
25 goog.base(this);
40 goog.inherits(cvox.MathStore, cvox.BaseRuleStore);
53 // We can not use goog.base due to variable number of constraint arguments
    [all...]
math_simple_store.js 15 goog.provide('cvox.MathCompoundStore');
16 goog.provide('cvox.MathSimpleStore');
18 goog.require('cvox.MathStore');
19 goog.require('cvox.SpeechRule');
27 goog.base(this);
29 goog.inherits(cvox.MathSimpleStore, cvox.MathStore);
66 goog.addSingletonGetter(cvox.MathCompoundStore);
store_util.js 9 goog.provide('cvox.StoreUtil');
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/string/
string.js 23 goog.provide('goog.string');
34 goog.string.subs = function(str, var_args) {
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
context_menu.js 10 goog.provide('cvox.SearchContextMenu');
12 goog.require('cvox.ChromeVoxKbHandler');
13 goog.require('cvox.KeySequence');
14 goog.require('cvox.Search');
15 goog.require('cvox.SearchTool');
results.js 10 goog.provide('cvox.SearchResults');
11 goog.provide('cvox.UnknownResult');
13 goog.require('cvox.AbstractResult');
14 goog.require('cvox.ChromeVox');
15 goog.require('cvox.SearchUtil');
50 goog.inherits(cvox.UnknownResult, cvox.AbstractResult);
59 goog.inherits(cvox.NormalResult, cvox.AbstractResult);
116 goog.inherits(cvox.WeatherResult, cvox.AbstractResult);
209 goog.inherits(cvox.KnowResult, cvox.AbstractResult);
262 goog.inherits(cvox.CalcResult, cvox.AbstractResult)
    [all...]
search_tools.js 10 goog.provide('cvox.SearchTool');
12 goog.require('cvox.ChromeVox');
13 goog.require('cvox.DomUtil');
14 goog.require('cvox.Search');
15 goog.require('cvox.SearchConstants');
16 goog.require('cvox.SearchUtil');
  /external/chromium_org/chrome/third_party/chromevox/chromevox/injected/
mathjax.js 10 if (typeof(goog) != 'undefined' && goog.provide) {
11 goog.provide('cvox.MathJax');
14 if (typeof(goog) != 'undefined' && goog.require) {
15 goog.require('cvox.Api');
16 goog.require('cvox.MathJaxExternalUtil');
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
background.js 10 goog.provide('cvox.ChromeVoxBackground');
12 goog.require('cvox.AbstractEarcons');
13 goog.require('cvox.AccessibilityApiHandler');
14 goog.require('cvox.BrailleBackground');
15 goog.require('cvox.BrailleCaptionsBackground');
16 goog.require('cvox.ChromeVox');
17 goog.require('cvox.ChromeVoxEditableTextBase');
18 goog.require('cvox.ChromeVoxPrefs');
19 goog.require('cvox.CompositeTts');
20 goog.require('cvox.ConsoleTts')
    [all...]
options.js 10 goog.provide('cvox.OptionsPage');
12 goog.require('cvox.BrailleBackground');
13 goog.require('cvox.BrailleTable');
14 goog.require('cvox.ChromeEarcons');
15 goog.require('cvox.ChromeHost');
16 goog.require('cvox.ChromeTts');
17 goog.require('cvox.ChromeVox');
18 goog.require('cvox.ChromeVoxPrefs');
19 goog.require('cvox.CommandStore');
20 goog.require('cvox.ExtensionBridge')
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
table_walker.js 14 goog.provide('cvox.TableWalker');
16 goog.require('cvox.AbstractWalker');
17 goog.require('cvox.BrailleUtil');
18 goog.require('cvox.DescriptionUtil');
19 goog.require('cvox.DomUtil');
20 goog.require('cvox.NavDescription');
21 goog.require('cvox.TraverseTable');
36 goog.inherits(cvox.TableWalker, cvox.AbstractWalker);
50 return this.goTo_(sel, goog.bind(function(position) {
94 cvox.TableWalker.prototype.getGranularityMsg = goog.abstractMethod
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
chromevox.js 11 goog.provide('cvox.ChromeVox');
18 goog.addDependency(
23 goog.addDependency(
28 goog.addDependency(
33 goog.addDependency(
38 goog.addDependency(
43 goog.addDependency(
48 goog.addDependency(
53 goog.addDependency(
58 goog.addDependency
    [all...]
find_util.js 10 goog.provide('cvox.FindUtil');
12 goog.require('cvox.BareObjectWalker');
13 goog.require('cvox.CursorSelection');
composite_tts.js 11 goog.provide('cvox.CompositeTts');
13 goog.require('cvox.TtsInterface');
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
code-load.js 106 * http://code.google.com/p/closure-library/source/browse/trunk/closure/goog/base.js
146 var BASE_JS = "var COMPILED=!0,goog=goog||{};goog.global=this;goog.DEBUG=!0;goo\
147 g.LOCALE=\"en\";goog.provide=function(a){if(!COMPILED){if(goog.isProvided_(a))t\
148 hrow Error('Namespace \"'+a+'\" already declared.');delete goog.implicitNamespa\
149 ces_[a];for(var b=a;(b=b.substring(0,b.lastIndexOf(\".\")))&&!goog.getObjectByN\
150 ame(b);)goog.implicitNamespaces_[b]=!0}goog.exportPath_(a)};goog.setTestOnly=fu
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
search_widget.js 10 goog.provide('cvox.SearchWidget');
12 goog.require('cvox.AbstractEarcons');
13 goog.require('cvox.ApiImplementation');
14 goog.require('cvox.ChromeVox');
15 goog.require('cvox.CursorSelection');
16 goog.require('cvox.NavigationManager');
17 goog.require('cvox.Widget');
56 goog.base(this);
58 goog.inherits(cvox.SearchWidget, cvox.Widget);
59 goog.addSingletonGetter(cvox.SearchWidget)
    [all...]
  /external/chromium_org/chrome/browser/net/
predictor_unittest.cc 166 GURL goog("http://www.google.com:80");
169 names.push_back(goog);
177 EXPECT_TRUE(testing_master.WasFound(goog));
195 GURL goog("http://www.google.com:80"),
203 names.push_back(goog);
209 names.push_back(goog);
217 EXPECT_TRUE(testing_master.WasFound(goog));
803 GURL goog("http://www.google.com:80");
808 names.push_back(goog);
812 EXPECT_TRUE(testing_master.WasFound(goog));
    [all...]

Completed in 300 milliseconds

1 2 34 5 6 7 8