Home
last modified time | relevance | path

Searched refs:hasproperty (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebCore/plugins/symbian/
DPluginPackageSymbian.cpp143 m_browserFuncs.hasproperty = _NPN_HasMethod; in load()
/external/webkit/WebCore/plugins/
DPluginPackage.cpp305 m_browserFuncs.hasproperty = _NPN_HasProperty; in initializeBrowserFuncs()
Dnpfunctions.h160 NPN_HasPropertyProcPtr hasproperty; member
/external/webkit/WebCore/plugins/android/
DPluginPackageAndroid.cpp187 funcs->hasproperty = _NPN_HasProperty; in initializeExtraBrowserFuncs()
/external/webkit/WebKit/mac/Plugins/
DWebNetscapePluginPackage.mm482 …browserFuncs.hasproperty = (NPN_HasPropertyProcPtr)tVectorForFunctionPointer((FunctionPointer)_NPN…
595 browserFuncs.hasproperty = _NPN_HasProperty;
/external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
DPluginObject.cpp577 bool retval = browser->hasproperty(obj->npp, NPVARIANT_TO_OBJECT(args[0]), propertyIdentifier); in testHasProperty()
/external/webkit/WebKitTools/
DChangeLog-2009-06-16577 of the PluginObject to be able to test the browser hasproperty
584 (testHasProperty): test hasproperty
/external/webkit/WebCore/
DChangeLog-2009-06-168181 make hasproperty use _NP_HasProperty and hasmethod _NP_HasMethod.