Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/regress/
Dregress-737588.js28 var goog = goog || {} ; variable
/external/chromium_org/v8/test/mjsunit/regress/
Dregress-737588.js28 var goog = goog || {} ; variable
/external/chromium_org/chrome_frame/cfinstall/src/miniclosure/
Dbase.js12 var goog = {}; variable
/external/chromium_org/chrome/browser/net/
Dpredictor_unittest.cc165 GURL goog("http://www.google.com:80"); in TEST_F() local
194 GURL goog("http://www.google.com:80"), in TEST_F() local
735 GURL goog("http://www.google.com:80"); in TEST_F() local
759 GURL goog("http://www.google.com:80"); in TEST_F() local
788 GURL goog("http://www.google.com:80"); in TEST_F() local
/external/chromium/chrome/browser/net/
Dpredictor_unittest.cc158 GURL goog("http://www.google.com:80"); in TEST_F() local
190 GURL goog("http://www.google.com:80"), in TEST_F() local
/external/chromium_org/chrome/third_party/chromevox/closure/
Dbase.js43 var goog = goog || {}; variable
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromePageScript.js1 var goog=goog||{};goog.global=this;goog.exportPath_=function(a,b,c){a=a.split(".");c=c||goog.global… variable
24 …tion(a){return this.node==a.node&&this.index==a.index&&this.text==a.text};goog.debug={};goog.debug… method
25 goog.string.caseInsensitiveEquals=function(a,b){return a.toLowerCase()==b.toLowerCase()};goog.strin… method
26 goog.string.isBreakingWhitespace=function(a){return!/[^\t\n\r ]/.test(a)};goog.string.isAlpha=funct… method
27 goog.string.canonicalizeNewlines=function(a){return a.replace(/(\r\n|\r|\n)/g,"\n")};goog.string.no… method
28 goog.string.trimLeft=function(a){return a.replace(/^[\s\xa0]+/,"")};goog.string.trimRight=function(… method
29 goog.string.numerateCompare=function(a,b){if(a==b)return 0;if(!a)return-1;if(!b)return 1;for(var c=… method
30 goog.string.urlDecode=function(a){return decodeURIComponent(a.replace(/\+/g," "))};goog.string.newL… method
31 goog.string.htmlEscape=function(a,b){if(b)return a.replace(goog.string.amperRe_,"&").replace(go… method
32 """));-1!=a.indexOf("'")&&(a=a.replace(goog.string.singleQuoteRe_,"'"));return a};goog.str… method
[all …]
DchromeVoxChromeOptionsScript.js1 var goog=goog||{};goog.global=this;goog.exportPath_=function(a,b,c){a=a.split(".");c=c||goog.global… variable
85 …tion(a){return this.node==a.node&&this.index==a.index&&this.text==a.text};goog.debug={};goog.debug… method
86 goog.string.caseInsensitiveEquals=function(a,b){return a.toLowerCase()==b.toLowerCase()};goog.strin… method
87 goog.string.isBreakingWhitespace=function(a){return!/[^\t\n\r ]/.test(a)};goog.string.isAlpha=funct… method
88 goog.string.canonicalizeNewlines=function(a){return a.replace(/(\r\n|\r|\n)/g,"\n")};goog.string.no… method
89 goog.string.trimLeft=function(a){return a.replace(/^[\s\xa0]+/,"")};goog.string.trimRight=function(… method
90 goog.string.numerateCompare=function(a,b){if(a==b)return 0;if(!a)return-1;if(!b)return 1;for(var c=… method
91 goog.string.urlDecode=function(a){return decodeURIComponent(a.replace(/\+/g," "))};goog.string.newL… method
92 goog.string.htmlEscape=function(a,b){if(b)return a.replace(goog.string.amperRe_,"&").replace(go… method
93 """));-1!=a.indexOf("'")&&(a=a.replace(goog.string.singleQuoteRe_,"'"));return a};goog.str… method
[all …]
DchromeVoxChromeBackgroundScript.js1 var goog=goog||{};goog.global=this;goog.exportPath_=function(a,b,c){a=a.split(".");c=c||goog.global… variable
24 …tion(a){return this.node==a.node&&this.index==a.index&&this.text==a.text};goog.debug={};goog.debug… method
25 goog.string.caseInsensitiveEquals=function(a,b){return a.toLowerCase()==b.toLowerCase()};goog.strin… method
26 goog.string.isBreakingWhitespace=function(a){return!/[^\t\n\r ]/.test(a)};goog.string.isAlpha=funct… method
27 goog.string.canonicalizeNewlines=function(a){return a.replace(/(\r\n|\r|\n)/g,"\n")};goog.string.no… method
28 goog.string.trimLeft=function(a){return a.replace(/^[\s\xa0]+/,"")};goog.string.trimRight=function(… method
29 goog.string.numerateCompare=function(a,b){if(a==b)return 0;if(!a)return-1;if(!b)return 1;for(var c=… method
30 goog.string.urlDecode=function(a){return decodeURIComponent(a.replace(/\+/g," "))};goog.string.newL… method
31 goog.string.htmlEscape=function(a,b){if(b)return a.replace(goog.string.amperRe_,"&").replace(go… method
32 """));-1!=a.indexOf("'")&&(a=a.replace(goog.string.singleQuoteRe_,"'"));return a};goog.str… method
[all …]
DchromeVoxKbExplorerScript.js1 var goog=goog||{};goog.global=this;goog.exportPath_=function(a,b,c){a=a.split(".");c=c||goog.global… variable
/external/chromium_org/third_party/accessibility-audit/
Daxs_testing.js23 var COMPILED = !0, goog = goog || {}; variable