HomeSort by relevance Sort by last modified time
    Searched defs:NPP_GetValue (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebCore/plugins/gtk/
PluginPackageGtk.cpp 49 NPP_GetValueProcPtr NPP_GetValue = 0;
52 g_module_symbol(m_module, "NP_GetValue", (void**)&NPP_GetValue);
54 if (!NP_GetMIMEDescription || !NPP_GetValue)
58 NPError err = NPP_GetValue(0, NPPVpluginNameString, &buffer);
63 err = NPP_GetValue(0, NPPVpluginDescriptionString, &buffer);
  /external/webkit/WebKitTools/DumpRenderTree/win/TestNetscapePlugin/
main.cpp 61 pluginFuncs->getvalue = NPP_GetValue;
226 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value)
  /external/webkit/WebCore/manual-tests/NPN_Invoke/
main.c 51 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value);
91 pluginFuncs->getvalue = NPP_GetValue;
148 pluginFuncs->getvalue = (NPP_GetValueProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_GetValue);
223 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value)
  /external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
main.cpp 57 pluginFuncs->getvalue = NPP_GetValue;
393 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value)
  /frameworks/base/tests/BrowserTestPlugin/jni/
main.cpp 52 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value);
98 pluginFuncs->getvalue = NPP_GetValue;
255 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value)
  /development/samples/BrowserPlugin/jni/
main.cpp 59 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value);
109 pluginFuncs->getvalue = NPP_GetValue;
419 NPError NPP_GetValue(NPP instance, NPPVariable variable, void* value)

Completed in 3285 milliseconds