/external/chromium/chrome/browser/resources/net_internals/ |
serviceprovidersview.js | 32 inherits(ServiceProvidersView, DivView);
|
hstsview.js | 35 inherits(HSTSView, DivView);
|
proxyview.js | 48 inherits(ProxyView, DivView);
|
resizableverticalsplitview.js | 41 inherits(ResizableVerticalSplitView, View);
|
spdyview.js | 37 inherits(SpdyView, DivView);
|
testview.js | 27 inherits(TestView, DivView);
|
tabswitcherview.js | 34 inherits(TabSwitcherView, View);
|
dataview.js | 65 inherits(DataView, DivView);
|
util.js | 8 function inherits(childCtor, parentCtor) { function
|
/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/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/checkpolicy/ |
policy_scan.l | 75 INHERITS | 76 inherits { return(INHERITS); }
|
/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/icu/source/test/intltest/ |
restest.cpp | 95 UBool inherits[e_Where_count]; member in struct:__anon11585 100 // "IN" means inherits 354 if (is_in[j] && param[i].inherits[j])
|
restsnew.cpp | 93 UBool inherits[e_Where_count]; member in struct:__anon11588 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:__anon19110 100 // "IN" means inherits 354 if (is_in[j] && param[i].inherits[j])
|
restsnew.cpp | 93 UBool inherits[e_Where_count]; member in struct:__anon19113 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:__anon11520 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...] |
/external/icu4c/test/cintltst/ |
crestst.c | 69 UBool inherits[e_Where_count]; member in struct:__anon19032 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...] |
/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,
|
/external/chromium_org/chrome/third_party/chromevox/closure/ |
base.js | [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
navigation_list_model.js | 279 * NavigationList inherits cr.EventTarget.
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/ |
navigation_list.js | 112 * NavigationList inherits cr.ui.List.
|