Home | History | Annotate | Download | only in video

Lines Matching refs:inst

47 VideoPlugin::VideoPlugin(NPP inst) : SurfaceSubPlugin(inst) {
54 NPError err = browser->setvalue(inst, kAcceptEvents_ANPSetValue, &flags);
79 jclass videoClass = gSystemI.loadJavaClass(inst(), className);
111 gLogI.log(kDebug_ANPLogType, " ---- %p entering fullscreen", inst());
114 gLogI.log(kDebug_ANPLogType, " ---- %p exiting fullscreen", inst());
120 gLogI.log(kError_ANPLogType, " ------ %p the plugin did not request draw events", inst());
124 gLogI.log(kDebug_ANPLogType, " ------ %p requesting fullscreen mode", inst());
125 gWindowI.requestFullScreen(inst());
129 gLogI.log(kError_ANPLogType, " ------ %p the plugin did not request key events", inst());