Lines Matching full:model
373 /* In the NPDrawingModelCoreAnimation drawing model, the browser asks the plug-in for a Core Animation layer. */
420 , NPNVsupportsQuickDrawBool = 2000 /* TRUE if the browser supports the QuickDraw drawing model */
422 , NPNVsupportsCoreGraphicsBool = 2001 /* TRUE if the browser supports the CoreGraphics drawing model */
423 , NPNVsupportsOpenGLBool = 2002 /* TRUE if the browser supports the OpenGL drawing model (CGL on Mac) */
424 , NPNVsupportsCoreAnimationBool = 2003 /* TRUE if the browser supports the CoreAnimation drawing model */
427 , NPNVsupportsCarbonBool = 3000 /* TRUE if the browser supports the Carbon event model */
429 , NPNVsupportsCocoaBool = 3001 /* TRUE if the browser supports the Cocoa event model */
455 * The drawing model for a Mac OS X plugin. These are the possible values for the NPNVpluginDrawingModel variable.
468 * The event model for a Mac OS X plugin. These are the possible values for the NPNVpluginEventModel variable.
620 * NPRegion's type depends on the drawing model specified by the plugin (see NPNVpluginDrawingModel).
621 * NPQDRegion represents a QuickDraw RgnHandle and is used with the QuickDraw drawing model.
622 * NPCGRegion repesents a graphical region when using any other drawing model.
643 * as its drawing model.
652 void *window; // Can be either an NSWindow or a WindowRef depending on the event model
658 * drawing model.
667 void *window; // Can be either an NSWindow or a WindowRef depending on the event model
683 * drawing model, or the plugin does not specify a drawing model.