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

  /external/webkit/Source/WebCore/plugins/
npfunctions.h 57 typedef NPError (*NPN_GetValueProcPtr)(NPP instance, NPNVariable variable, void *ret_value);
144 NPN_GetValueProcPtr getvalue;
  /external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
main.c 127 browser->getvalue = (NPN_GetValueProcPtr)functionPointerForTVector((TransitionVector)browserFuncs->getvalue);
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginPackage.mm 453 browserFuncs.getvalue = (NPN_GetValueProcPtr)tVectorForFunctionPointer((FunctionPointer)NPN_GetValue);

Completed in 158 milliseconds