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

  /development/samples/BrowserPlugin/src/com/android/sampleplugin/
PaintSurface.java 40 private final int npp; field in class:PaintSurface
45 public PaintSurface(Context context, int NPP, int width, int height) {
48 this.npp = NPP;
56 nativeSurfaceChanged(npp, format, width, height);
64 nativeSurfaceCreated(npp);
72 nativeSurfaceDestroyed(npp);
92 private native void nativeSurfaceCreated(int npp);
93 private native void nativeSurfaceChanged(int npp, int format, int width, int height);
94 private native void nativeSurfaceDestroyed(int npp);
    [all...]
  /frameworks/base/tests/BrowserTestPlugin/jni/
PluginObject.h 66 SubPlugin(NPP inst) : m_inst(inst) {}
70 NPP inst() const { return m_inst; }
73 NPP m_inst;
78 NPP npp; member in struct:PluginObject
  /external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
PluginObject.h 33 NPP npp; member in struct:__anon8377
59 extern void testNPRuntime(NPP npp);
60 extern void pluginLog(NPP instance, const char* format, ...);
61 extern bool testDocumentOpen(NPP npp);
62 extern bool testWindowOpen(NPP npp);
  /development/samples/BrowserPlugin/jni/
PluginObject.h 49 SubPlugin(NPP inst) : m_inst(inst) {}
57 NPP inst() const { return m_inst; }
60 NPP m_inst;
65 SurfaceSubPlugin(NPP inst) : SubPlugin(inst) { m_context = NULL; }
89 NPP npp; member in struct:PluginObject
  /external/ipsec-tools/src/racoon/
isakmp_cfg.c 144 char *npp; local
263 npp = (char *)ph;
264 ph = (struct isakmp_gen *)(npp + ntohs(ph->len));
321 char *npp; local
436 npp = (char *)attr;
437 attr = (struct isakmp_data *)(npp + sizeof(*attr) + alen);
494 char *npp; local
609 npp = (char *)attr;
610 attr = (struct isakmp_data *)(npp + sizeof(*attr) + alen);
662 char *npp; local
    [all...]
  /frameworks/base/core/java/android/webkit/
WebView.java 7206 int npp = msg.arg1; local
    [all...]

Completed in 334 milliseconds