Home
last modified time | relevance | path

Searched refs:NPN_GetURLNotifyProcPtr (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/npapi/bindings/
Dnpfunctions.h74 typedef NPError (*NPN_GetURLNotifyProcPtr)(NPP instance, const char* url, const char* window, … typedef
171 NPN_GetURLNotifyProcPtr geturlnotify;
/external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
Dmain.c125 …browser->geturlnotify = (NPN_GetURLNotifyProcPtr)functionPointerForTVector((TransitionVector)brows… in main()