hasMethod 136 content/child/npapi/npobject_proxy.cc return obj->_class->hasMethod(obj, name); hasMethod 126 content/child/npapi/npobject_stub.cc if (npobject_->_class->hasMethod) { hasMethod 127 content/child/npapi/npobject_stub.cc *result = npobject_->_class->hasMethod(npobject_, id); hasMethod 132 content/child/npapi/npobject_stub.cc *result = WebBindings::hasMethod(0, npobject_, id); hasMethod 149 content/child/npapi/plugin_host.cc host_funcs_.hasmethod = WebBindings::hasMethod; hasMethod 144 content/renderer/pepper/message_channel.cc return WebBindings::hasMethod(NULL, passthrough, name); hasMethod 188 content/renderer/pepper/ppb_var_deprecated_impl.cc return WebBindings::hasMethod(NULL, accessor.object()->np_object(), hasMethod 55 content/shell/tools/plugin/PluginTest.h DEFINE_HAS_MEMBER_CHECK(hasMethod, bool, (NPIdentifier methodName)); hasMethod 185 content/shell/tools/plugin/PluginTest.h bool hasMethod(NPIdentifier methodName) { hasMethod 238 content/shell/tools/plugin/PluginTest.h return static_cast<T*>(npObject)->hasMethod(methodName); hasMethod 46 content/shell/tools/plugin/Tests/NPPSetWindowCalledDuringDestruction.cpp bool hasMethod(NPIdentifier); hasMethod 101 content/shell/tools/plugin/Tests/NPRuntimeRemoveProperty.cpp bool hasMethod(NPIdentifier methodName) hasMethod 304 media/base/android/java/src/org/chromium/media/MediaPlayerBridge.java Method hasMethod = metadataClass.getDeclaredMethod("has", int.class); hasMethod 312 media/base/android/java/src/org/chromium/media/MediaPlayerBridge.java hasMethod.setAccessible(true); hasMethod 314 media/base/android/java/src/org/chromium/media/MediaPlayerBridge.java canPause = !((Boolean) hasMethod.invoke(data, pause)) hasMethod 316 media/base/android/java/src/org/chromium/media/MediaPlayerBridge.java canSeekForward = !((Boolean) hasMethod.invoke(data, seekForward)) hasMethod 318 media/base/android/java/src/org/chromium/media/MediaPlayerBridge.java canSeekBackward = !((Boolean) hasMethod.invoke(data, seekBackward)) hasMethod 305 third_party/npapi/bindings/npruntime.h NPHasMethodFunctionPtr hasMethod; hasMethod 327 third_party/npapi/npspy/extern/plugin/npruntime.h NPHasMethodFunctionPtr hasMethod; hasMethod 1580 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java hasMethod = hasMethod 1594 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java protected final Method hasMethod; hasMethod 1626 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java return (Boolean) invokeOrDie(hasMethod, message);