Searched refs:getproperty (Results 1 – 6 of 6) sorted by relevance
/external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/ |
D | PluginObject.cpp | 41 …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/ |
D | PluginPackageSymbian.cpp | 140 m_browserFuncs.getproperty = _NPN_GetProperty; in load()
|
/external/webkit/WebCore/plugins/ |
D | PluginPackage.cpp | 302 m_browserFuncs.getproperty = _NPN_GetProperty; in initializeBrowserFuncs()
|
D | npfunctions.h | 157 NPN_GetPropertyProcPtr getproperty; member
|
/external/webkit/WebCore/plugins/android/ |
D | PluginPackageAndroid.cpp | 184 funcs->getproperty = _NPN_GetProperty; in initializeExtraBrowserFuncs()
|
/external/webkit/WebKit/mac/Plugins/ |
D | WebNetscapePluginPackage.mm | 483 …browserFuncs.getproperty = (NPN_GetPropertyProcPtr)tVectorForFunctionPointer((FunctionPointer)_NPN… 596 browserFuncs.getproperty = _NPN_GetProperty;
|