hasMethod         492 Source/bindings/v8/NPV8Object.cpp     if (npObject->_class->hasMethod)
hasMethod         493 Source/bindings/v8/NPV8Object.cpp         return npObject->_class->hasMethod(npObject, methodName);
hasMethod         246 Source/bindings/v8/V8NPObject.cpp     if (key->IsString() && npObject->_class->hasMethod && npObject->_class->hasMethod(npObject, identifier)) {
hasMethod          88 public/web/WebBindings.h     BLINK_EXPORT static bool hasMethod(NPP, NPObject*, NPIdentifier method);