Home | History | Annotate | Download | only in background

Lines Matching refs:inst

55 BackgroundPlugin::BackgroundPlugin(NPP inst) : SurfaceSubPlugin(inst) {
75 NPError err = browser->setvalue(inst, kAcceptEvents_ANPSetValue, &flags);
100 jclass backgroundClass = gSystemI.loadJavaClass(inst(), className);
130 PluginObject *obj = (PluginObject*) inst()->pdata;
141 inst(), zoomFactorW, zoomFactorH);
152 gLogI.log(kError_ANPLogType, " ------ %p unable to lock the plugin", inst());
185 gLogI.log(kError_ANPLogType, " ------ %p the plugin did not request draw events", inst());
190 gLogI.log(kDebug_ANPLogType, " ------ %p onLoad", inst());
193 gLogI.log(kDebug_ANPLogType, " ------ %p onScreen", inst());
196 gLogI.log(kDebug_ANPLogType, " ------ %p offScreen", inst());
202 browser->geturl(inst(), "javascript:alert('Detected long press event.')", 0);
203 gWindowI.requestFullScreen(inst());
206 browser->geturl(inst(), "javascript:alert('Detected double tap event.')", 0);
209 gLogI.log(kError_ANPLogType, " ------ %p the plugin did not request key events", inst());
223 NPP instance = this->inst();
242 NPP instance = this->inst();
314 test_formats(this->inst());
348 NPP instance = this->inst();
405 NPP instance = this->inst();
432 NPP instance = this->inst();
478 jclass backgroundClass = gSystemI.loadJavaClass(inst(), className);