Lines Matching full:model
178 Fixed <rdar://problem/5507476> Promote cache model SPI to API
180 Promoted cache model SPI to API. This was just a move, with some small
565 - Added SPI for specifying a cache model on a per-WebView basis.
570 - Added heuristic for guessing a default cache model in WebViews
610 this to shrink the cache model back down if possible. Moved this code
626 modifying the class-level global cache model setting if necessary.
640 (+[WebView _setCacheModel:]): Translates a cache model into actual
1282 WebKit changes to support new cache eviction model in WebCore.
3453 pageCacheSize] to accomodate the new global page cache model, updating
18065 the table to show the box model.
18947 that each drawing model is encapsulated in a class; this would allow
19011 - Implemented NPNVsupportsOpenGLBool; returns YES since we now support the OpenGL drawing model.
19020 - Support for setting the drawing model to OpenGL.
19576 Fixed a bug I found in the CoreGraphics drawing model that was preventing certain types of
21580 Added to the Netscape Plugin API the concept of "plugin drawing models". The drawing model
21584 There is a drawing model to represent the old QuickDraw-based API. It is used by default
21585 if QuickDraw is available on the system, unless the plugin specifies another drawing model.
21587 The big change is the addition of the CoreGraphics drawing model. A plugin may request this
21588 drawing model to obtain access to a CGContextRef for drawing, instead of a QuickDraw CGrafPtr.
21593 drawing model.
21594 Changed types of nPort and lastSetPort to PluginPort so they can be used with any drawing model.
21602 Only fix window port if drawing model is QuickDraw.
21607 Support for the CoreGraphics drawing model -- fill PortState_CG struct, save CGContext state.
21609 Switch based on drawing model.
21610 Support for the CoreGraphics drawing model -- restore CGContext state saved earlier.
21619 Switch how we compare ports based on the drawing model.
21626 Log differently depending on the drawing model.
21628 Fall back on QuickDraw if the plugin does not specify a drawing model.