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

  /external/webkit/Source/WebCore/platform/qt/
PlatformBridge.h 81 typedef NPP_t* NPP;
93 static bool popupsAllowed(NPP npp);
  /external/webkit/Source/WebCore/plugins/
PluginMainThreadScheduler.h 35 typedef NPP_t* NPP;
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/
PlatformBridge.h 51 typedef NPP_t* NPP;
212 static bool popupsAllowed(NPP);
  /external/webkit/Source/WebCore/bridge/
npapi.h 183 * NPP is a plug-in's opaque instance handle
191 typedef NPP_t* NPP;
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 instance, NPStream* stream
    [all...]

Completed in 68 milliseconds