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

  /external/webkit/WebCore/plugins/
npfunctions.h 46 typedef NPError (*NPN_PostURLNotifyProcPtr)(NPP instance, const char* URL, const char* window, uint32 len, const char* buf, NPBool file, void* notifyData);
138 NPN_PostURLNotifyProcPtr posturlnotify;
  /external/webkit/WebCore/manual-tests/NPN_Invoke/
main.c 126 browser->posturlnotify = (NPN_PostURLNotifyProcPtr)functionPointerForTVector((TransitionVector)browserFuncs->posturlnotify);
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginPackage.mm 449 browserFuncs.posturlnotify = (NPN_PostURLNotifyProcPtr)tVectorForFunctionPointer((FunctionPointer)NPN_PostURLNotify);

Completed in 1351 milliseconds