Home | History | Annotate | Download | only in background

Lines Matching defs:BackgroundPlugin

26 #include "BackgroundPlugin.h"
55 BackgroundPlugin::BackgroundPlugin(NPP inst) : SurfaceSubPlugin(inst) {
81 BackgroundPlugin::~BackgroundPlugin() {
86 jobject BackgroundPlugin::getSurface() {
119 void BackgroundPlugin::destroySurface() {
127 void BackgroundPlugin::drawPlugin(int surfaceWidth, int surfaceHeight) {
182 int16_t BackgroundPlugin::handleEvent(const ANPEvent* evt) {
222 void BackgroundPlugin::test_logging() {
241 void BackgroundPlugin::test_timers() {
270 BackgroundPlugin *obj = ((BackgroundPlugin*) ((PluginObject*) instance->pdata)->activePlugin);
284 BackgroundPlugin *obj = ((BackgroundPlugin*) ((PluginObject*) instance->pdata)->activePlugin);
313 void BackgroundPlugin::test_bitmaps() {
347 void BackgroundPlugin::test_bitmap_transparency(const ANPEvent* evt) {
404 void BackgroundPlugin::test_domAccess() {
431 void BackgroundPlugin::test_javascript() {
469 void BackgroundPlugin::test_loadJavaClass() {