Searched defs:npp (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tests/BrowserTestPlugin/jni/
H A DPluginObject.h78 NPP npp; member in struct:PluginObject
H A DPluginObject.cpp70 static NPObject *pluginAllocate(NPP npp, NPClass *theClass);
173 static NPObject *pluginAllocate(NPP npp, NPClass *theClass) argument
184 newInstance->npp = npp;
/frameworks/base/core/java/android/webkit/
H A DPluginFullScreenHolder.java47 PluginFullScreenHolder(WebViewClassic webView, int orientation, int npp) { argument
49 mNpp = npp;
H A DWebViewCore.java2928 private void showFullScreenPlugin(ViewManager.ChildView childView, int orientation, int npp) { argument
2937 message.arg2 = npp;
3095 private native void nativeFullScreenPluginHidden(int nativeClass, int npp); argument

Completed in 98 milliseconds