HomeSort by relevance Sort by last modified time
    Searched refs:NP_GetValue (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/plugins/android/
PluginPackageAndroid.cpp 284 NPP_GetValueProcPtr NP_GetValue;
287 !getEntryPoint(handle, "NP_GetValue", (void **) &NP_GetValue)) {
292 // Get the plugin name and description using NP_GetValue
295 if(NP_GetValue(NULL, NPPVpluginNameString, &name) != NPERR_NO_ERROR ||
296 NP_GetValue(NULL, NPPVpluginDescriptionString, &description) !=
298 PLUGIN_LOG("Couldn't get name/description using NP_GetValue\n");
  /frameworks/base/tests/BrowserTestPlugin/jni/
main.cpp 57 EXPORT NPError NP_GetValue(NPP instance, NPPVariable variable, void *value);
238 EXPORT NPError NP_GetValue(NPP instance, NPPVariable variable, void *value) {
  /development/samples/BrowserPlugin/jni/
main.cpp 64 EXPORT NPError NP_GetValue(NPP instance, NPPVariable variable, void *value);
412 EXPORT NPError NP_GetValue(NPP instance, NPPVariable variable, void *value) {
  /external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/
TestNetscapePlugin.cpp 49 NPError NP_GetValue(void *future, NPPVariable variable, void *value);
434 NP_GetValue(void* /*future*/, NPPVariable variable, void *value)
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
main.cpp 794 NPError NP_GetValue(NPP instance, NPPVariable variable, void* value)

Completed in 993 milliseconds