HomeSort by relevance Sort by last modified time
    Searched defs:inherits (Results 1 - 21 of 21) sorted by null

  /external/chromium/chrome/browser/resources/net_internals/
util.js 8 function inherits(childCtor, parentCtor) { function
  /external/chromium_org/v8/test/mjsunit/
readonly.js 62 var inherits = [CreateFromConstructor, CreateFromApi, CreateWithProperty]; variable
77 p = inherits[Math.floor(inherits.length * Math.random())](p)();
  /external/chromium_org/chrome/third_party/chromevox/closure/
base.js     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
restest.cpp 95 UBool inherits[e_Where_count]; member in struct:__anon14301
100 // "IN" means inherits
354 if (is_in[j] && param[i].inherits[j])
restsnew.cpp 93 UBool inherits[e_Where_count]; member in struct:__anon14304
98 // "IN" means inherits
671 if (is_in[j] && param[i].inherits[j])
    [all...]
  /external/icu4c/test/intltest/
restest.cpp 95 UBool inherits[e_Where_count]; member in struct:__anon21826
100 // "IN" means inherits
354 if (is_in[j] && param[i].inherits[j])
restsnew.cpp 93 UBool inherits[e_Where_count]; member in struct:__anon21829
98 // "IN" means inherits
671 if (is_in[j] && param[i].inherits[j])
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
crestst.c 69 UBool inherits[e_Where_count]; member in struct:__anon14236
73 /* "IN" means inherits */
309 if (is_in[j] && param[i].inherits[j])
319 log_verbose("%s[%d]::%s: in<%d:%s> inherits<%d:%s>. actual_bundle=%s\n",
326 param[i].inherits[j]?"Yes":"No",
    [all...]
creststn.c 157 UBool inherits[e_Where_count]; member in struct:__anon14240
162 /* "IN" means inherits */
    [all...]
  /external/icu4c/test/cintltst/
crestst.c 69 UBool inherits[e_Where_count]; member in struct:__anon21748
73 /* "IN" means inherits */
309 if (is_in[j] && param[i].inherits[j])
319 log_verbose("%s[%d]::%s: in<%d:%s> inherits<%d:%s>. actual_bundle=%s\n",
326 param[i].inherits[j]?"Yes":"No",
    [all...]
creststn.c 157 UBool inherits[e_Where_count]; member in struct:__anon21752
162 /* "IN" means inherits */
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxKbExplorerScript.js 18 goog.inherits=function(a,b){function c(){}c.prototype=b.prototype;a.superClass_=b.prototype;a.prototype=new c;a.prototype.constructor=a;a.base=function(a,c,h){var f=Array.prototype.slice.call(arguments,2);return b.prototype[c].apply(a,f)}};
21 goog.MODIFY_FUNCTION_PROTOTYPES&&(Function.prototype.bind=Function.prototype.bind||function(a,b){if(1<arguments.length){var c=Array.prototype.slice.call(arguments,1);c.unshift(this,a);return goog.bind.apply(null,c)}return goog.bind(this,a)},Function.prototype.partial=function(a){var b=Array.prototype.slice.call(arguments);b.unshift(this,null);return goog.bind.apply(null,b)},Function.prototype.inherits=function(a){goog.inherits(this,a)},Function.prototype.mixin=function(a){goog.mixin(this.prototype,
chromeVoxChromePageScript.js 18 goog.inherits=function(a,b){function c(){}c.prototype=b.prototype;a.superClass_=b.prototype;a.prototype=new c;a.prototype.constructor=a;a.base=function(a,c,f){var g=Array.prototype.slice.call(arguments,2);return b.prototype[c].apply(a,g)}};
21 goog.MODIFY_FUNCTION_PROTOTYPES&&(Function.prototype.bind=Function.prototype.bind||function(a,b){if(1<arguments.length){var c=Array.prototype.slice.call(arguments,1);c.unshift(this,a);return goog.bind.apply(null,c)}return goog.bind(this,a)},Function.prototype.partial=function(a){var b=Array.prototype.slice.call(arguments);b.unshift(this,null);return goog.bind.apply(null,b)},Function.prototype.inherits=function(a){goog.inherits(this,a)},Function.prototype.mixin=function(a){goog.mixin(this.prototype,
24 cvox.ChromeVox.storeOn=function(a){a.isStickyOn=cvox.ChromeVox.isStickyOn;cvox.ChromeVox.navigationManager.storeOn(a)};cvox.ChromeVox.readFrom=function(a){cvox.ChromeVox.isStickyOn=a.isStickyOn;cvox.ChromeVox.navigationManager.readFrom(a)};cvox.Cursor=function(a,b,c){this.node=a;this.index=b;this.text=c};cvox.Cursor.prototype.clone=function(){return new cvox.Cursor(this.node,this.index,this.text)};cvox.Cursor.prototype.copyFrom=function(a){this.node=a.node;this.index=a.index;this.text=a.text};cvox.Cursor.prototype.equals=function(a){return this.node==a.node&&this.index==a.index&&this.text==a.text};goog.debug={};goog.debug.Error=function(a){if(Error.captureStackTrace)Error.captureStackTrace(this,goog.debug.Error);else{var b=Error().stack;b&&(this.stack=b)}a&&(this.message=String(a))};goog.inherits(goog.debug.Error,Error);goog.debug.Error.prototype.name="CustomError";goog.dom={};goog.dom.NodeType={ELEMENT:1,ATTRIBUTE:2,TEXT:3,CDATA_SECTION:4,ENTITY_REFERENCE:5,ENTITY:6,PROCESSING_INSTRUCTION:7,COMMENT:8,DOCUMENT:9,DOCUMENT_TYPE:10,DOCUMENT_FRAGMENT:11,NOTATION:12};goog.string={};goog.string.Unicode={NBSP:"\u00a0"};goog.string.startsWith=function(a,b){return 0==a.lastIndexOf(b,0)};goog.string.endsWith=function(a,b){var c=a.length-b.length;return 0<=c&&a.indexOf(b,c)==c};goog.string.caseInsensitiveStartsWith=function(a,b){return 0==goog.string.caseInsensitiveCompare(b,a.substr(0,b.length))};goog.string.caseInsensitiveEndsWith=function(a,b){return 0==goog.string.caseInsensitiveCompare(b,a.substr(a.length-b.length,b.length))};
46 goog.string.toTitleCase=function(a,b){var c=goog.isString(b)?goog.string.regExpEscape(b):"\\s",c=c?"|["+c+"]+":"",c=RegExp("(^"+c+")([a-z])","g");return a.replace(c,function(a,b,c){return b+c.toUpperCase()})};goog.string.parseInt=function(a){isFinite(a)&&(a=String(a));return goog.isString(a)?/^\s*-?0x/i.test(a)?parseInt(a,16):parseInt(a,10):NaN};goog.string.splitLimit=function(a,b,c){a=a.split(b);for(var d=[];0<c&&a.length;)d.push(a.shift()),c--;a.length&&d.push(a.join(b));return d};goog.asserts={};goog.asserts.ENABLE_ASSERTS=goog.DEBUG;goog.asserts.AssertionError=function(a,b){b.unshift(a);goog.debug.Error.call(this,goog.string.subs.apply(null,b));b.shift()};goog.inherits(goog.asserts.AssertionError,goog.debug.Error);goog.asserts.AssertionError.prototype.name="AssertionError";goog.asserts.doAssertFailure_=function(a,b,c,d){var e="Assertion failed";if(c)var e=e+(": "+c),f=d;else a&&(e+=": "+a,f=b);throw new goog.asserts.AssertionError(""+e,f||[]);};
    [all...]
chromeVoxChromeBackgroundScript.js 18 goog.inherits=function(a,b){function c(){}c.prototype=b.prototype;a.superClass_=b.prototype;a.prototype=new c;a.prototype.constructor=a;a.base=function(a,c,f){var g=Array.prototype.slice.call(arguments,2);return b.prototype[c].apply(a,g)}};
21 goog.MODIFY_FUNCTION_PROTOTYPES&&(Function.prototype.bind=Function.prototype.bind||function(a,b){if(1<arguments.length){var c=Array.prototype.slice.call(arguments,1);c.unshift(this,a);return goog.bind.apply(null,c)}return goog.bind(this,a)},Function.prototype.partial=function(a){var b=Array.prototype.slice.call(arguments);b.unshift(this,null);return goog.bind.apply(null,b)},Function.prototype.inherits=function(a){goog.inherits(this,a)},Function.prototype.mixin=function(a){goog.mixin(this.prototype,
24 cvox.ChromeVox.storeOn=function(a){a.isStickyOn=cvox.ChromeVox.isStickyOn;cvox.ChromeVox.navigationManager.storeOn(a)};cvox.ChromeVox.readFrom=function(a){cvox.ChromeVox.isStickyOn=a.isStickyOn;cvox.ChromeVox.navigationManager.readFrom(a)};cvox.Cursor=function(a,b,c){this.node=a;this.index=b;this.text=c};cvox.Cursor.prototype.clone=function(){return new cvox.Cursor(this.node,this.index,this.text)};cvox.Cursor.prototype.copyFrom=function(a){this.node=a.node;this.index=a.index;this.text=a.text};cvox.Cursor.prototype.equals=function(a){return this.node==a.node&&this.index==a.index&&this.text==a.text};goog.debug={};goog.debug.Error=function(a){if(Error.captureStackTrace)Error.captureStackTrace(this,goog.debug.Error);else{var b=Error().stack;b&&(this.stack=b)}a&&(this.message=String(a))};goog.inherits(goog.debug.Error,Error);goog.debug.Error.prototype.name="CustomError";goog.dom={};goog.dom.NodeType={ELEMENT:1,ATTRIBUTE:2,TEXT:3,CDATA_SECTION:4,ENTITY_REFERENCE:5,ENTITY:6,PROCESSING_INSTRUCTION:7,COMMENT:8,DOCUMENT:9,DOCUMENT_TYPE:10,DOCUMENT_FRAGMENT:11,NOTATION:12};goog.string={};goog.string.Unicode={NBSP:"\u00a0"};goog.string.startsWith=function(a,b){return 0==a.lastIndexOf(b,0)};goog.string.endsWith=function(a,b){var c=a.length-b.length;return 0<=c&&a.indexOf(b,c)==c};goog.string.caseInsensitiveStartsWith=function(a,b){return 0==goog.string.caseInsensitiveCompare(b,a.substr(0,b.length))};goog.string.caseInsensitiveEndsWith=function(a,b){return 0==goog.string.caseInsensitiveCompare(b,a.substr(a.length-b.length,b.length))};
46 goog.string.toTitleCase=function(a,b){var c=goog.isString(b)?goog.string.regExpEscape(b):"\\s",c=c?"|["+c+"]+":"",c=RegExp("(^"+c+")([a-z])","g");return a.replace(c,function(a,b,c){return b+c.toUpperCase()})};goog.string.parseInt=function(a){isFinite(a)&&(a=String(a));return goog.isString(a)?/^\s*-?0x/i.test(a)?parseInt(a,16):parseInt(a,10):NaN};goog.string.splitLimit=function(a,b,c){a=a.split(b);for(var d=[];0<c&&a.length;)d.push(a.shift()),c--;a.length&&d.push(a.join(b));return d};goog.asserts={};goog.asserts.ENABLE_ASSERTS=goog.DEBUG;goog.asserts.AssertionError=function(a,b){b.unshift(a);goog.debug.Error.call(this,goog.string.subs.apply(null,b));b.shift()};goog.inherits(goog.asserts.AssertionError,goog.debug.Error);goog.asserts.AssertionError.prototype.name="AssertionError";goog.asserts.doAssertFailure_=function(a,b,c,d){var e="Assertion failed";if(c)var e=e+(": "+c),f=d;else a&&(e+=": "+a,f=b);throw new goog.asserts.AssertionError(""+e,f||[]);};
    [all...]
chromeVoxChromeOptionsScript.js 18 goog.inherits=function(a,b){function c(){}c.prototype=b.prototype;a.superClass_=b.prototype;a.prototype=new c;a.prototype.constructor=a;a.base=function(a,c,f){var g=Array.prototype.slice.call(arguments,2);return b.prototype[c].apply(a,g)}};
21 goog.MODIFY_FUNCTION_PROTOTYPES&&(Function.prototype.bind=Function.prototype.bind||function(a,b){if(1<arguments.length){var c=Array.prototype.slice.call(arguments,1);c.unshift(this,a);return goog.bind.apply(null,c)}return goog.bind(this,a)},Function.prototype.partial=function(a){var b=Array.prototype.slice.call(arguments);b.unshift(this,null);return goog.bind.apply(null,b)},Function.prototype.inherits=function(a){goog.inherits(this,a)},Function.prototype.mixin=function(a){goog.mixin(this.prototype,
    [all...]
  /external/v8/tools/
tickprocessor.js 29 function inherits(childCtor, parentCtor) { function
40 inherits(V8Profile, Profile);
106 inherits(SnapshotLogProcessor, LogReader);
227 inherits(TickProcessor, LogReader);
617 inherits(UnixCppEntriesProvider, CppEntriesProvider);
664 inherits(MacCppEntriesProvider, UnixCppEntriesProvider);
682 inherits(WindowsCppEntriesProvider, CppEntriesProvider);
  /external/chromium_org/v8/src/
mirror-debugger.js 127 * The Function.prototype.inherits from lang.js rewritten as a standalone
137 function inherits(ctor, superCtor) { function
448 inherits(ValueMirror, Mirror);
487 inherits(UndefinedMirror, ValueMirror);
503 inherits(NullMirror, ValueMirror);
520 inherits(BooleanMirror, ValueMirror);
537 inherits(NumberMirror, ValueMirror);
554 inherits(StringMirror, ValueMirror);
585 inherits(ObjectMirror, ValueMirror);
837 inherits(FunctionMirror, ObjectMirror)
    [all...]
  /external/v8/src/
mirror-debugger.js 127 * The Function.prototype.inherits from lang.js rewritten as a standalone
137 function inherits(ctor, superCtor) { function
439 inherits(ValueMirror, Mirror);
478 inherits(UndefinedMirror, ValueMirror);
494 inherits(NullMirror, ValueMirror);
511 inherits(BooleanMirror, ValueMirror);
528 inherits(NumberMirror, ValueMirror);
545 inherits(StringMirror, ValueMirror);
576 inherits(ObjectMirror, ValueMirror);
787 inherits(FunctionMirror, ObjectMirror)
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 43 Object.prototype.inherits = function (shuper) {
213 UnaryConstraint.inherits(Constraint);
291 StayConstraint.inherits(UnaryConstraint);
309 EditConstraint.inherits(UnaryConstraint);
343 BinaryConstraint.inherits(Constraint);
456 ScaleConstraint.inherits(BinaryConstraint);
512 EqualityConstraint.inherits(BinaryConstraint);
  /external/chromium_org/v8/tools/
tickprocessor.js 29 function inherits(childCtor, parentCtor) { function
40 inherits(V8Profile, Profile);
106 inherits(SnapshotLogProcessor, LogReader);
246 inherits(TickProcessor, LogReader);
684 inherits(UnixCppEntriesProvider, CppEntriesProvider);
732 inherits(MacCppEntriesProvider, UnixCppEntriesProvider);
752 inherits(WindowsCppEntriesProvider, CppEntriesProvider);
  /external/chromium_org/third_party/accessibility-audit/
axs_testing.js 378 goog.inherits = function(a, b) {
    [all...]

Completed in 7242 milliseconds