Home | History | Annotate | Download | only in event

Lines Matching refs:inst

43 EventPlugin::EventPlugin(NPP inst) : SubPlugin(inst) { }
50 inst(), bitmap.width, bitmap.height);
53 PluginObject *obj = (PluginObject*) inst()->pdata;
64 inst(), zoomFactorW, zoomFactorH);
109 browser->getvalue(inst(), NPNVWindowNPObject, &windowObject);
112 gLogI.log(kError_ANPLogType, " ------ %p Unable to retrieve DOM Window", inst());
134 if (!browser->evaluate(inst(), windowObject, &script, &scriptVariant))
135 gLogI.log(kError_ANPLogType, " ------ %p Unable to eval the JS.", inst());
173 gLogI.log(kError_ANPLogType, " ------ %p the plugin did not request touch events", inst());
176 gLogI.log(kError_ANPLogType, " ------ %p the plugin did not request key events", inst());