HomeSort by relevance Sort by last modified time
    Searched refs:NPP_GetValue (Results 1 - 11 of 11) 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/WebKitExamplePlugins/NetscapeCoreAnimationPlugin/
main.m 67 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value);
98 pluginFuncs->getvalue = NPP_GetValue;
220 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)
  /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)
  /external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/
main.m 70 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value);
101 pluginFuncs->getvalue = NPP_GetValue;
360 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value)
  /external/webkit/WebKitTools/DumpRenderTree/win/TestNetscapePlugin/
main.cpp 61 pluginFuncs->getvalue = NPP_GetValue;
226 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)
  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/
main.m 86 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value);
117 pluginFuncs->getvalue = NPP_GetValue;
348 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value)
  /external/webkit/WebKitExamplePlugins/NetscapeInputMethodPlugin/
main.m 73 NPError NPP_GetValue(NPP instance, NPPVariable variable, void* value);
104 pluginFuncs->getvalue = NPP_GetValue;
390 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)
  /external/webkit/WebCore/bridge/
npapi.h 329 * List of variable names for which NPP_GetValue shall be implemented
837 NPError NPP_GetValue(NPP instance, NPPVariable variable,

Completed in 226 milliseconds