Home
last modified time | relevance | path

Searched refs:getproperty (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
DPluginObject.cpp41 …if (!browser->getproperty(instance, windowObject, browser->getstringidentifier("console"), &consol… in pluginLogWithWindowObject()
308 …if (browser->getproperty(obj->npp, elementObject, styleIdentifier, &styleVariant) && NPVARIANT_IS_… in testDOMAccess()
549 bool retval = browser->getproperty(obj->npp, object, propertyIdentifier, &variant); in testGetProperty()
622 …bool retval = browser->getproperty(obj->npp, NPVARIANT_TO_OBJECT(args[0]), propertyIdentifier, &va… in testGetPropertyReturnValue()
702 browser->getproperty(npp, windowObject, documentId, &docVariant); in testDocumentOpen()
805 …browser->getproperty(plugin->npp, NPVARIANT_TO_OBJECT(args[0]), stringVariantToIdentifier(args[1])… in pluginInvoke()
/external/webkit/WebCore/plugins/symbian/
DPluginPackageSymbian.cpp140 m_browserFuncs.getproperty = _NPN_GetProperty; in load()
/external/webkit/WebCore/plugins/
DPluginPackage.cpp302 m_browserFuncs.getproperty = _NPN_GetProperty; in initializeBrowserFuncs()
Dnpfunctions.h157 NPN_GetPropertyProcPtr getproperty; member
/external/webkit/WebCore/plugins/android/
DPluginPackageAndroid.cpp184 funcs->getproperty = _NPN_GetProperty; in initializeExtraBrowserFuncs()
/external/webkit/WebKit/mac/Plugins/
DWebNetscapePluginPackage.mm483 …browserFuncs.getproperty = (NPN_GetPropertyProcPtr)tVectorForFunctionPointer((FunctionPointer)_NPN…
596 browserFuncs.getproperty = _NPN_GetProperty;