Home
last modified time | relevance | path

Searched refs:hasmethod (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebCore/plugins/
DPluginPackage.cpp303 m_browserFuncs.hasmethod = _NPN_HasMethod; in initializeBrowserFuncs()
Dnpfunctions.h161 NPN_HasMethodProcPtr hasmethod; member
/external/webkit/WebCore/plugins/android/
DPluginPackageAndroid.cpp197 funcs->hasmethod = _NPN_HasMethod; in initializeExtraBrowserFuncs()
/external/webkit/WebKit/mac/Plugins/
DWebNetscapePluginPackage.mm478 …browserFuncs.hasmethod = (NPN_HasMethodProcPtr)tVectorForFunctionPointer((FunctionPointer)_NPN_Has…
591 browserFuncs.hasmethod = _NPN_HasMethod;
/external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
DPluginObject.cpp542 bool retval = browser->hasmethod(obj->npp, NPVARIANT_TO_OBJECT(args[0]), propertyIdentifier); in testHasMethod()
/external/webkit/WebKitTools/
DChangeLog-2009-06-16578 and hasmethod implementation. Invoke them from pluginInvoke.
585 (testHasMethod): test hasmethod
/external/webkit/WebCore/
DChangeLog-2009-06-168181 make hasproperty use _NP_HasProperty and hasmethod _NP_HasMethod.