Searched defs:inherits (Results 1 - 12 of 12) sorted by relevance

/external/chromium/chrome/browser/resources/net_internals/
H A Dutil.js8 function inherits(childCtor, parentCtor) { function
/external/webkit/Source/JavaScriptCore/API/
H A DJSCallbackObjectFunctions.h48 ASSERT(asObject(value)->inherits(&s_info));
57 ASSERT(Base::inherits(&s_info));
68 ASSERT(Base::inherits(&s_info));
508 bool JSCallbackObject<Base>::inherits(JSClassRef c) const function in class:JSC::JSCallbackObject
/external/chromium/base/
H A Dmime_util_xdg.cc120 // pixels. If the icon does not exist, but |inherits| is true, then look for
122 FilePath GetIconPath(const std::string& icon_name, int size, bool inherits);
158 std::string inherits_; // Name of the theme this one inherits from.
186 bool inherits) {
217 if (!icon_path.empty() || !inherits || inherits_ == "")
223 return theme->GetIconPath(icon_name, size, inherits);
185 GetIconPath(const std::string& icon_name, int size, bool inherits) argument
/external/icu4c/test/cintltst/
H A Dcrestst.c69 UBool inherits[e_Where_count]; member in struct:__anon6854
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",
H A Dcreststn.c157 UBool inherits[e_Where_count]; member in struct:__anon6858
162 /* "IN" means inherits */
1652 if (is_in[j] && param[i].inherits[j])
1662 log_verbose("%s[%d]::%s: in<%d:%s> inherits<%d:%s>. actual_bundle=%s\n",
1669 param[i].inherits[j]?"Yes":"No",
/external/icu4c/test/intltest/
H A Drestest.cpp95 UBool inherits[e_Where_count]; member in struct:__anon6932
100 // "IN" means inherits
354 if (is_in[j] && param[i].inherits[j])
H A Drestsnew.cpp93 UBool inherits[e_Where_count]; member in struct:__anon6935
98 // "IN" means inherits
671 if (is_in[j] && param[i].inherits[j])
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSObject.h409 ASSERT(inherits(&s_info));
466 inline bool JSCell::inherits(const ClassInfo* info) const function in class:JSC::JSCell
475 // this method is here to be after the inline declaration of JSCell::inherits
476 inline bool JSValue::inherits(const ClassInfo* classInfo) const function in class:JSC::JSValue
478 return isCell() && asCell()->inherits(classInfo);
/external/v8/tools/
H A Dtickprocessor.js29 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/v8/src/
H A Dmirror-debugger.js127 * 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(FunctionMirro
[all...]
/external/checkpolicy/
H A Dpolicy_define.c543 int define_av_perms(int inherits) argument
578 if (inherits) {
582 ("no inherits name for access vector definition?");
617 if (inherits) {
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-deltablue.js43 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);

Completed in 316 milliseconds