Home
last modified time | relevance | path

Searched refs:NPP_t (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/qt/
DPlatformBridge.h80 typedef struct _NPP NPP_t; typedef
81 typedef NPP_t* NPP;
/external/webkit/Source/WebCore/plugins/
DPluginMainThreadScheduler.h34 typedef struct _NPP NPP_t; typedef
35 typedef NPP_t* NPP;
DPluginView.h389 NPP_t m_instanceStruct;
/external/webkit/Source/WebCore/plugins/android/
DPluginPackageAndroid.cpp81 m_npp = new NPP_t(); in DummyNpp()
90 NPP_t *getInstance() { return m_npp; } in getInstance()
93 NPP_t *m_npp;
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
DPassDifferentNPPStruct.cpp51 NPP_t differentNPP = *m_npp; in NPP_SetWindow()
/external/webkit/Source/WebCore/platform/chromium/
DPlatformBridge.h50 typedef struct _NPP NPP_t; typedef
51 typedef NPP_t* NPP;
/external/webkit/Source/WebCore/bridge/
Dnpapi.h189 } NPP_t; typedef
191 typedef NPP_t* NPP;
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNetscapePlugin.h198 NPP_t m_npp;
/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapePluginView.mm2379 plugin = (NPP)calloc(1, sizeof(NPP_t));