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

  /external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
main.c 52 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value);
92 pluginFuncs->setvalue = NPP_SetValue;
149 pluginFuncs->setvalue = (NPP_SetValueProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_SetValue);
228 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value)
  /frameworks/base/tests/BrowserTestPlugin/jni/
main.cpp 53 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value);
99 pluginFuncs->setvalue = NPP_SetValue;
271 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value)
  /development/samples/BrowserPlugin/jni/
main.cpp 60 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value);
111 pluginFuncs->setvalue = NPP_SetValue;
464 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value)
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
main.cpp 118 pluginFuncs->setvalue = NPP_SetValue;
773 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value)
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.cpp 349 NPError NetscapePlugin::NPP_SetValue(NPNVariable variable, void *value)
721 // When the browser turns private mode on or off it will call NPP_SetValue for "NPNVprivateModeBool"
726 NPP_SetValue(NPNVprivateModeBool, &value);

Completed in 29 milliseconds