Home
last modified time | relevance | path

Searched defs:goog (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/v8/test/mjsunit/regress/
Dregress-737588.js28 var goog = goog || {} ; variable
/external/chromium_org/chrome/browser/net/
Dpredictor_unittest.cc166 GURL goog("http://www.google.com:80"); in TEST_F() local
195 GURL goog("http://www.google.com:80"), in TEST_F() local
803 GURL goog("http://www.google.com:80"); in TEST_F() local
827 GURL goog("http://www.google.com:80"); in TEST_F() local
856 GURL goog("http://www.google.com:80"); in TEST_F() local
/external/chromium_org/chrome/test/base/
Djs2gtest.js196 var goog = goog || {}; variable
/external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
Dbase.js41 var goog = goog || {}; variable
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxKbExplorerScript.js1 var goog=goog||{};goog.global=this;goog.isDef=function(a){return void 0!==a};goog.exportPath_=funct… variable
DchromeVoxChromePageScript.js1 var goog=goog||{};goog.global=this;goog.isDef=function(a){return void 0!==a};goog.exportPath_=funct… variable
54 …vent("CustomEvent");a.initCustomEvent(this.category,!0,!0,this);return a};goog.debug={};goog.debug… method
55 goog.string.caseInsensitiveEquals=function(a,b){return a.toLowerCase()==b.toLowerCase()};goog.strin… method
56 goog.string.isBreakingWhitespace=function(a){return!/[^\t\n\r ]/.test(a)};goog.string.isAlpha=funct… method
57 goog.string.canonicalizeNewlines=function(a){return a.replace(/(\r\n|\r|\n)/g,"\n")};goog.string.no… method
58 goog.string.trimLeft=function(a){return a.replace(/^[\s\xa0]+/,"")};goog.string.trimRight=function(… method
59 goog.string.numerateCompare=function(a,b){if(a==b)return 0;if(!a)return-1;if(!b)return 1;for(var c=… method
60 goog.string.urlDecode=function(a){return decodeURIComponent(a.replace(/\+/g," "))};goog.string.newL… method
61 goog.string.htmlEscape=function(a,b){if(b)a=a.replace(goog.string.AMP_RE_,"&").replace(goog.str… method
63 goog.string.SINGLE_QUOTE_RE_=/'/g;goog.string.NULL_RE_=/\x00/g;goog.string.E_RE_=/e/g;goog.string.A… method
[all …]
DchromeVoxChromeOptionsScript.js1 var goog=goog||{};goog.global=this;goog.isDef=function(a){return void 0!==a};goog.exportPath_=funct… variable
86 …tion(a){return this.node==a.node&&this.index==a.index&&this.text==a.text};goog.debug={};goog.debug… method
87 goog.string.caseInsensitiveEquals=function(a,b){return a.toLowerCase()==b.toLowerCase()};goog.strin… method
88 goog.string.isBreakingWhitespace=function(a){return!/[^\t\n\r ]/.test(a)};goog.string.isAlpha=funct… method
89 goog.string.canonicalizeNewlines=function(a){return a.replace(/(\r\n|\r|\n)/g,"\n")};goog.string.no… method
90 goog.string.trimLeft=function(a){return a.replace(/^[\s\xa0]+/,"")};goog.string.trimRight=function(… method
91 goog.string.numerateCompare=function(a,b){if(a==b)return 0;if(!a)return-1;if(!b)return 1;for(var c=… method
92 goog.string.urlDecode=function(a){return decodeURIComponent(a.replace(/\+/g," "))};goog.string.newL… method
93 goog.string.htmlEscape=function(a,b){if(b)a=a.replace(goog.string.AMP_RE_,"&").replace(goog.str… method
95 goog.string.SINGLE_QUOTE_RE_=/'/g;goog.string.NULL_RE_=/\x00/g;goog.string.E_RE_=/e/g;goog.string.A… method
[all …]
DchromeVoxChromeBackgroundScript.js1 var goog=goog||{};goog.global=this;goog.isDef=function(a){return void 0!==a};goog.exportPath_=funct… variable
25 …tion(a){return this.node==a.node&&this.index==a.index&&this.text==a.text};goog.debug={};goog.debug… variable
26 goog.string.caseInsensitiveEquals=function(a,b){return a.toLowerCase()==b.toLowerCase()};goog.strin… method
27 goog.string.isBreakingWhitespace=function(a){return!/[^\t\n\r ]/.test(a)};goog.string.isAlpha=funct… method
28 goog.string.canonicalizeNewlines=function(a){return a.replace(/(\r\n|\r|\n)/g,"\n")};goog.string.no… method
29 goog.string.trimLeft=function(a){return a.replace(/^[\s\xa0]+/,"")};goog.string.trimRight=function(… method
30 goog.string.numerateCompare=function(a,b){if(a==b)return 0;if(!a)return-1;if(!b)return 1;for(var c=… method
31 goog.string.urlDecode=function(a){return decodeURIComponent(a.replace(/\+/g," "))};goog.string.newL… method
32 goog.string.htmlEscape=function(a,b){if(b)a=a.replace(goog.string.AMP_RE_,"&").replace(goog.str… method
34 goog.string.SINGLE_QUOTE_RE_=/'/g;goog.string.NULL_RE_=/\x00/g;goog.string.E_RE_=/e/g;goog.string.A… method
[all …]
/external/chromium_org/third_party/accessibility-audit/
Daxs_testing.js23 var COMPILED = !0, goog = goog || {}; variable