Lines Matching refs:Plugins

769     // Set cursor to arrow. Plugins often handle cursor internally, but those that don't will just get this default one.
1006 LOG(Plugins, "NPP_SetWindow (QuickDraw): %d, port=0x%08x, window.x:%d window.y:%d window.width:%d window.height:%d",
1012 LOG(Plugins, "NPP_SetWindow (CoreGraphics): %d, window=%p, context=%p, window.x:%d window.y:%d window.width:%d window.height:%d window.clipRect size:%dx%d",
1018 LOG(Plugins, "NPP_SetWindow (CoreAnimation): %d, window=%p window.x:%d window.y:%d window.width:%d window.height:%d",
1083 LOG(Plugins, "Plugin can't use use Cocoa event model with QuickDraw drawing model: %@", _pluginPackage.get());
1124 LOG(Plugins, "%@ is using Core Animation drawing model with layer %@", _pluginPackage.get(), _pluginLayer.get());
1263 LOG(Plugins, "%@ = %@", key, value);
1780 LOG(Plugins, "NPN_GetURLNotify: %s target: %s", URLCString, cTarget);
1788 LOG(Plugins, "NPN_GetURL: %s target: %s", URLCString, cTarget);
1885 LOG(Plugins, "NPN_PostURLNotify: %s", URLCString);
1895 LOG(Plugins, "NPN_PostURL: %s", URLCString);
1902 LOG(Plugins, "NPN_NewStream");
1908 LOG(Plugins, "NPN_Write");
1914 LOG(Plugins, "NPN_DestroyStream");
1919 LOG(Plugins, "Invalid NPStream passed to NPN_DestroyStream: %p", stream);
1951 LOG(Plugins, "NPN_Status: %@", status);
1959 LOG(Plugins, "NPN_InvalidateRect");
1966 LOG(Plugins, "NPN_InvalidateRegion");
1995 LOG(Plugins, "forceRedraw");
2136 LOG(Plugins, "Plugin %@ uses unsupported drawing model: %d", _eventHandler.get(), drawingModel);
2160 LOG(Plugins, "Plugin %@ uses unsupported event model: %d", _eventHandler.get(), eventModel);
2397 LOG(Plugins, "NPP_New: %d", npErr);
2410 LOG(Plugins, "NPP_Destroy: %d", npErr);