HomeSort by relevance Sort by last modified time
    Searched refs:hasMethod (Results 1 - 14 of 14) sorted by null

  /frameworks/base/tests/CoreTests/android/core/
ClassTest.java 190 assertTrue("Interface method must be there", hasMethod(methods, ".foo("));
193 assertTrue("Interface method must be there", hasMethod(methods, ".foo("));
194 assertTrue("Interface method must be there", hasMethod(methods, ".bar("));
197 assertTrue("Interface method must be there", hasMethod(methods, ".foo("));
198 assertTrue("Interface method must be there", hasMethod(methods, ".bar("));
200 assertTrue("Declared method must be there", hasMethod(methods, ".gabba("));
201 assertTrue("Declared method must be there", hasMethod(methods, ".hey("));
203 assertTrue("Inherited method must be there", hasMethod(methods, ".toString("));
206 private boolean hasMethod(Method[] methods, String signature) {
  /external/webkit/WebCore/bridge/c/
c_class.cpp 86 if (_isa->hasMethod && _isa->hasMethod(obj, ident)){
c_instance.cpp 113 if (!_object->_class->hasMethod(_object, ident))
  /external/webkit/WebKit/chromium/public/
WebBindings.h 76 WEBKIT_API static bool hasMethod(NPP, NPObject*, NPIdentifier methodName);
  /external/webkit/WebCore/bridge/
npruntime.h 279 NPHasMethodFunctionPtr hasMethod;
NP_jsobject.cpp 379 if (o->_class->hasMethod)
380 return o->_class->hasMethod(o, methodName);
  /external/webkit/WebCore/bindings/v8/
NPV8Object.cpp 406 if (npObject->_class->hasMethod)
407 return npObject->_class->hasMethod(npObject, methodName);
V8NPObject.cpp 191 if (key->IsString() && npObject->_class->hasMethod && npObject->_class->hasMethod(npObject, identifier)) {
  /external/webkit/WebKit/chromium/src/
WebBindings.cpp 110 bool WebBindings::hasMethod(NPP npp, NPObject* npObject, NPIdentifier methodName)
  /external/protobuf/java/src/main/java/com/google/protobuf/
GeneratedMessage.java     [all...]
  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.h 130 bool hasMethod(uint32_t objectID, const JSC::Identifier& methodName);
NetscapePluginHostProxy.mm 832 boolean_t returnValue = instanceProxy->hasMethod(objectID, methodNameIdentifier);
    [all...]
NetscapePluginInstanceProxy.mm     [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 1344 milliseconds