Home | History | Annotate | Download | only in Plugins

Lines Matching refs:npp

43 typedef uint32_t (*WKN_CheckIfAllowedToLoadURLProcPtr)(NPP npp, const char* url, const char* frame, void (*callbackFunc)(NPP npp, uint32_t, NPBool allowed, void* context), void* context);
44 typedef void (*WKN_CancelCheckIfAllowedToLoadURLProcPtr)(NPP npp, uint32_t);
45 typedef char* (*WKN_ResolveURLProcPtr)(NPP npp, const char* url, const char* target);
47 uint32_t WKN_CheckIfAllowedToLoadURL(NPP npp, const char* url, const char* frame, void (*callbackFunc)(NPP npp, uint32_t, NPBool allowed, void* context), void* context);
48 void WKN_CancelCheckIfAllowedToLoadURL(NPP npp, uint32_t);
49 char* WKN_ResolveURL(NPP npp, const char* url, const char* target);