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

  /external/webkit/Source/WebCore/plugins/
npfunctions.h 45 typedef NPError (*NPN_GetURLNotifyProcPtr)(NPP instance, const char* URL, const char* window, void* notifyData);
142 NPN_GetURLNotifyProcPtr geturlnotify;
  /external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
main.c 125 browser->geturlnotify = (NPN_GetURLNotifyProcPtr)functionPointerForTVector((TransitionVector)browserFuncs->geturlnotify);
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginPackage.mm 451 browserFuncs.geturlnotify = (NPN_GetURLNotifyProcPtr)tVectorForFunctionPointer((FunctionPointer)NPN_GetURLNotify);

Completed in 22 milliseconds