Lines Matching full:browser
292 * not understanding a new browser's ABI, these masks change the
294 * compatible with differenet versions of the browser, plugins can
296 * ABI that the browser is expecting. This does not apply to Windows
365 /* Checks to see if the plug-in would like the browser to load the "src" attribute. */
373 /* In the NPDrawingModelCoreAnimation drawing model, the browser asks the plug-in for a Core Animation layer. */
378 /* Used when the plugin returns 0 from NPN_WriteReady and wishes the browser
406 /* Get the NPObject wrapper for the browser window. */
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 */