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

  /external/webkit/WebCore/platform/chromium/
ChromiumBridge.h 44 typedef NPP_t* NPP;
161 static bool popupsAllowed(NPP);
  /external/webkit/WebCore/plugins/
PluginMainThreadScheduler.h 35 typedef NPP_t* NPP;
45 void scheduleCall(NPP, MainThreadFunction*, void* userData);
47 void registerPlugin(NPP);
48 void unregisterPlugin(NPP);
56 void dispatchCallsForPlugin(NPP, const Deque<Call>& calls);
57 typedef HashMap<NPP, Deque<Call> > CallQueueMap;
  /external/webkit/WebCore/bridge/
npapi.h 194 * NPP is a plug-in's opaque instance handle
202 typedef NPP_t* NPP;
817 NPError NP_LOADDS NPP_New(NPMIMEType pluginType, NPP instance,
820 NPError NP_LOADDS NPP_Destroy(NPP instance, NPSavedData** save);
821 NPError NP_LOADDS NPP_SetWindow(NPP instance, NPWindow* window);
822 NPError NP_LOADDS NPP_NewStream(NPP instance, NPMIMEType type,
825 NPError NP_LOADDS NPP_DestroyStream(NPP instance, NPStream* stream,
827 int32 NP_LOADDS NPP_WriteReady(NPP instance, NPStream* stream);
828 int32 NP_LOADDS NPP_Write(NPP instance, NPStream* stream, int32 offset,
830 void NP_LOADDS NPP_StreamAsFile(NPP instance, NPStream* stream
    [all...]

Completed in 115 milliseconds