Searched defs:NPP (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/qt/
H A DPlatformBridge.h81 typedef NPP_t* NPP; typedef
93 static bool popupsAllowed(NPP npp);
/external/webkit/Source/WebCore/plugins/
H A DPluginMainThreadScheduler.h35 typedef NPP_t* NPP; typedef
46 void scheduleCall(NPP, MainThreadFunction*, void* userData);
48 void registerPlugin(NPP);
49 void unregisterPlugin(NPP);
57 void dispatchCallsForPlugin(NPP, const Deque<Call>& calls);
58 typedef HashMap<NPP, Deque<Call> > CallQueueMap;
/external/webkit/Source/WebCore/platform/chromium/
H A DPlatformBridge.h51 typedef NPP_t* NPP; typedef
212 static bool popupsAllowed(NPP);
/external/webkit/Source/WebCore/bridge/
H A Dnpapi.h183 * NPP is a plug-in's opaque instance handle
191 typedef NPP_t* NPP; typedef
818 NPError NP_LOADDS NPP_New(NPMIMEType pluginType, NPP instance,
821 NPError NP_LOADDS NPP_Destroy(NPP instance, NPSavedData** save);
822 NPError NP_LOADDS NPP_SetWindow(NPP instance, NPWindow* window);
823 NPError NP_LOADDS NPP_NewStream(NPP instance, NPMIMEType type,
826 NPError NP_LOADDS NPP_DestroyStream(NPP instance, NPStream* stream,
828 int32_t NP_LOADDS NPP_WriteReady(NPP instance, NPStream* stream);
829 int32_t NP_LOADDS NPP_Write(NPP instance, NPStream* stream, int32_t offset,
831 void NP_LOADDS NPP_StreamAsFile(NPP instanc
[all...]

Completed in 478 milliseconds