Home
last modified time | relevance | path

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

/external/chromium_org/third_party/npapi/bindings/
Dnpfunctions.h79 typedef NPError (*NPN_NewStreamProcPtr)(NPP instance, NPMIMEType type, const char* window, NPS… typedef
160 NPN_NewStreamProcPtr newstream;
/external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
Dmain.c116 …browser->newstream = (NPN_NewStreamProcPtr)functionPointerForTVector((TransitionVector)browserFunc… in main()