HomeSort by relevance Sort by last modified time
    Searched refs:inherits (Results 1 - 25 of 150) sorted by null

1 2 3 4 5 6

  /external/webkit/Source/JavaScriptCore/runtime/
BooleanObject.cpp 33 ASSERT(inherits(&s_info));
RegExpPrototype.cpp 64 if (!thisValue.inherits(&RegExpObject::s_info))
72 if (!thisValue.inherits(&RegExpObject::s_info))
80 if (!thisValue.inherits(&RegExpObject::s_info))
87 if (arg0.inherits(&RegExpObject::s_info)) {
118 if (!thisValue.inherits(&RegExpObject::s_info)) {
119 if (thisValue.inherits(&RegExpPrototype::s_info))
BooleanObject.h 44 ASSERT(asObject(value)->inherits(&BooleanObject::s_info));
NumberObject.cpp 37 ASSERT(inherits(&s_info));
BooleanPrototype.cpp 63 if (!thisValue.inherits(&BooleanObject::s_info))
79 if (!thisValue.inherits(&BooleanObject::s_info))
  /external/libsepol/tests/policies/test-expander/
alias-base.conf 138 # class class_name [ inherits common_name ] { permission_name ... }
160 inherits file
170 inherits file
177 inherits file
180 inherits file
183 inherits file
186 inherits file
189 inherits file
202 inherits socket
205 inherits socke
    [all...]
role-base.conf 138 # class class_name [ inherits common_name ] { permission_name ... }
160 inherits file
170 inherits file
177 inherits file
180 inherits file
183 inherits file
186 inherits file
189 inherits file
202 inherits socket
205 inherits socke
    [all...]
user-base.conf 138 # class class_name [ inherits common_name ] { permission_name ... }
160 inherits file
170 inherits file
177 inherits file
180 inherits file
183 inherits file
186 inherits file
189 inherits file
202 inherits socket
205 inherits socke
    [all...]
base-base-only.conf 12 inherits file
small-base.conf 138 # class class_name [ inherits common_name ] { permission_name ... }
160 inherits file
170 inherits file
177 inherits file
180 inherits file
183 inherits file
186 inherits file
189 inherits file
202 inherits socket
205 inherits socke
    [all...]
  /external/libsepol/tests/policies/test-hooks/
cmp_policy.conf 138 # class class_name [ inherits common_name ] { permission_name ... }
160 inherits file
170 inherits file
177 inherits file
180 inherits file
183 inherits file
186 inherits file
189 inherits file
202 inherits socket
205 inherits socke
    [all...]
small-base.conf 138 # class class_name [ inherits common_name ] { permission_name ... }
160 inherits file
170 inherits file
177 inherits file
180 inherits file
183 inherits file
186 inherits file
189 inherits file
202 inherits socket
205 inherits socke
    [all...]
  /external/sepolicy/
access_vectors 126 # class class_name [ inherits common_name ] { permission_name ... }
148 inherits file
161 inherits file
171 inherits file
179 inherits file
189 inherits file
197 inherits file
205 inherits file
223 inherits socket
226 inherits socke
    [all...]
  /external/libsepol/tests/policies/test-deps/
base-notmetreq.conf 137 # class class_name [ inherits common_name ] { permission_name ... }
159 inherits file
169 inherits file
176 inherits file
179 inherits file
182 inherits file
185 inherits file
188 inherits file
201 inherits socket
204 inherits socke
    [all...]
base-metreq.conf 138 # class class_name [ inherits common_name ] { permission_name ... }
160 inherits file
170 inherits file
177 inherits file
180 inherits file
183 inherits file
186 inherits file
189 inherits file
202 inherits socket
205 inherits socke
    [all...]
small-base.conf 138 # class class_name [ inherits common_name ] { permission_name ... }
160 inherits file
170 inherits file
177 inherits file
180 inherits file
183 inherits file
186 inherits file
189 inherits file
202 inherits socket
205 inherits socke
    [all...]
  /external/libsepol/tests/policies/test-linker/
small-base.conf 138 # class class_name [ inherits common_name ] { permission_name ... }
160 inherits file
170 inherits file
177 inherits file
180 inherits file
183 inherits file
186 inherits file
189 inherits file
202 inherits socket
205 inherits socke
    [all...]
  /external/webkit/Source/WebCore/bridge/objc/
ObjCRuntimeObject.mm 43 ASSERT(inherits(&s_info));
  /external/webkit/Source/WebCore/bridge/c/
CRuntimeObject.cpp 45 ASSERT(inherits(&s_info));
  /external/webkit/Source/WebCore/bridge/jni/jsc/
JavaRuntimeObject.cpp 43 ASSERT(inherits(&s_info));
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
JSNPMethod.cpp 48 ASSERT(inherits(&s_info));
58 if (thisValue.inherits(&JSHTMLElement::s_info)) {
66 if (thisValue.inherits(&JSNPObject::s_info)) {
  /external/webkit/Source/WebCore/bindings/objc/
DOMUtility.mm 99 if (object->inherits(&WebCore::JS##className::s_info)) \
131 if (object->inherits(&WebCore::JSDOMWindowShell::s_info))
134 if (object->inherits(&WebCore::JSDOMImplementation::s_info))
  /external/webkit/Source/WebCore/bindings/js/
JSNodeFilterCustom.cpp 47 if (value.inherits(&JSNodeFilter::s_info))
  /external/webkit/Source/JavaScriptCore/API/
JSWeakObjectMapRefPrivate.cpp 60 ASSERT(obj->inherits(&JSCallbackObject<JSGlobalObject>::s_info) || obj->inherits(&JSCallbackObject<JSObjectWithGlobalObject>::s_info));
  /external/webkit/Source/JavaScriptCore/debugger/
DebuggerCallFrame.cpp 48 if (!function || !function->inherits(&JSFunction::s_info))
59 if (!function || !function->inherits(&JSFunction::s_info))

Completed in 975 milliseconds

1 2 3 4 5 6