Searched defs:npp (Results 1 – 4 of 4) sorted by relevance
49 final int npp = intent.getIntExtra(INTENT_EXTRA_NPP_INSTANCE, -1); in onCreate() local
2129 private void startFullScreenPluginActivity(String libName, String clsName, int npp) { in startFullScreenPluginActivity()2150 int npp, int x, int y, int width, int height) { in createSurface()
78 NPP npp; member
173 static NPObject *pluginAllocate(NPP npp, NPClass *theClass) in pluginAllocate()