Home | History | Annotate | Download | only in Plugins

Lines Matching full:model

1038     // Initialize eventModel to an invalid value so that we can detect when the plugin does not specify an event model.
1051 // Default to QuickDraw if the plugin did not specify a drawing model.
1060 // If the plug-in did not specify a drawing model we default to Carbon when it is available.
1070 LOG(Plugins, "Plugin can't use use Cocoa event model with QuickDraw drawing model: %@", _pluginPackage.get());
1094 LOG(Plugins, "%@ is using Core Animation drawing model with layer %@", _pluginPackage.get(), _pluginLayer.get());
2084 // Can only set drawing model inside NPP_New()
2088 // Check for valid, supported drawing model
2105 LOG(Plugins, "Plugin %@ uses unsupported drawing model: %d", _eventHandler.get(), drawingModel);
2112 // Can only set event model inside NPP_New()
2116 // Check for valid, supported event model
2129 LOG(Plugins, "Plugin %@ uses unsupported event model: %d", _eventHandler.get(), eventModel);