Searched refs:hasMethod (Results 1 - 25 of 34) sorted by relevance

12

/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
H A DNPPSetWindowCalledDuringDestruction.cpp42 bool hasMethod(NPIdentifier);
115 bool NPPSetWindowCalledDuringDestruction::ScriptObject::hasMethod(NPIdentifier methodName) function in class:NPPSetWindowCalledDuringDestruction::ScriptObject
H A DNPRuntimeRemoveProperty.cpp41 bool hasMethod(NPIdentifier methodName) function in struct:NPRuntimeRemoveProperty::TestObject
/external/webkit/Tools/DumpRenderTree/chromium/
H A DCppBoundClass.cpp119 static bool hasMethod(NPObject*, NPIdentifier);
146 CppNPObject::hasMethod,
169 bool CppNPObject::hasMethod(NPObject* npObj, NPIdentifier ident) function in class:CppNPObject
172 return obj->boundClass->hasMethod(ident);
214 bool CppBoundClass::hasMethod(NPIdentifier ident) const function in class:CppBoundClass
H A DCppBoundClass.h226 bool hasMethod(NPIdentifier) const;
H A DCppVariant.cpp304 if (!WebBindings::hasMethod(0, npObject, methodName))
/external/webkit/Source/WebCore/bridge/c/
H A Dc_class.cpp89 if (_isa->hasMethod && _isa->hasMethod(obj, ident)){
H A Dc_instance.cpp152 if (!_object->_class->hasMethod(_object, ident))
/external/webkit/Source/WebKit2/Shared/Plugins/
H A DNPObjectMessageReceiver.h60 void hasMethod(const NPIdentifierData&, bool& returnValue);
H A DNPObjectMessageReceiver.cpp64 void NPObjectMessageReceiver::hasMethod(const NPIdentifierData& methodNameData, bool& returnValue) function in class:WebKit::NPObjectMessageReceiver
66 if (!m_npObject->_class->hasMethod) {
71 returnValue = m_npObject->_class->hasMethod(m_npObject, methodNameData.createNPIdentifier());
H A DNPObjectProxy.h64 bool hasMethod(NPIdentifier methodName);
H A DNPObjectProxy.cpp94 bool NPObjectProxy::hasMethod(NPIdentifier methodName) function in class:WebKit::NPObjectProxy
302 return toNPObjectProxy(npObject)->hasMethod(methodName);
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
H A DPluginTest.h46 DEFINE_HAS_MEMBER_CHECK(hasMethod, bool, (NPIdentifier methodName));
124 bool hasMethod(NPIdentifier methodName) function in struct:PluginTest::Object
179 return static_cast<T*>(npObject)->hasMethod(methodName);
/external/chromium/webkit/glue/
H A Dcpp_bound_class.cc93 static bool hasMethod(NPObject *obj, NPIdentifier ident);
122 CppNPObject::hasMethod,
143 /* static */ bool CppNPObject::hasMethod(NPObject* np_obj, function in class:CppNPObject
H A Dcpp_variant.cc255 if (WebBindings::hasMethod(NULL, np_object, method_name)) {
/external/webkit/Source/WebKit/chromium/public/
H A DWebBindings.h80 WEBKIT_API static bool hasMethod(NPP, NPObject*, NPIdentifier method);
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DJSNPObject.cpp245 if (m_npObject->_class->hasMethod && m_npObject->_class->hasMethod(m_npObject, npIdentifier)) {
271 if (m_npObject->_class->hasMethod && m_npObject->_class->hasMethod(m_npObject, npIdentifier)) {
H A DNPJSObject.h67 bool hasMethod(NPIdentifier methodName);
H A DNPJSObject.cpp90 bool NPJSObject::hasMethod(NPIdentifier methodName) function in class:WebKit::NPJSObject
341 return toNPJSObject(npObject)->hasMethod(methodName);
/external/doclava/res/assets/templates/
H A Ddiff.cs176 <?cs if:site.hasMethod ?>
/external/webkit/Source/WebCore/bridge/
H A Dnpruntime.h301 NPHasMethodFunctionPtr hasMethod; member in struct:NPClass
H A DNP_jsobject.cpp445 if (o->_class->hasMethod)
446 return o->_class->hasMethod(o, methodName);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp81 bool hasMethod(const ObjCMethodDecl *MD) { function in struct:__anon4028::IvarInvalidationCheckerImpl::InvalidationInfo
577 (InvalidationMethod && I->second.hasMethod(InvalidationMethod)))
/external/webkit/Source/WebCore/bindings/v8/
H A DNPV8Object.cpp430 if (npObject->_class->hasMethod)
431 return npObject->_class->hasMethod(npObject, methodName);
H A DV8NPObject.cpp201 if (key->IsString() && npObject->_class->hasMethod && npObject->_class->hasMethod(npObject, identifier)) {
/external/webkit/Source/WebKit/chromium/src/
H A DWebBindings.cpp106 bool WebBindings::hasMethod(NPP npp, NPObject* object, NPIdentifier method) function in class:WebKit::WebBindings

Completed in 583 milliseconds

12