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

  /external/webkit/Source/WebCore/plugins/
npfunctions.h 112 typedef void (*NPP_URLNotifyProcPtr)(NPP instance, const char* URL, NPReason reason, void* notifyData);
196 NPP_URLNotifyProcPtr urlnotify;
  /external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
main.c 147 pluginFuncs->urlnotify = (NPP_URLNotifyProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_URLNotify);
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginPackage.mm 533 pluginFuncs.urlnotify = (NPP_URLNotifyProcPtr)functionPointerForTVector((TransitionVector)pluginFuncs.urlnotify);

Completed in 1086 milliseconds