/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
D | NetscapePluginNone.cpp | 54 void NetscapePlugin::platformPaint(GraphicsContext*, const IntRect&, bool) in platformPaint() function in WebKit::NetscapePlugin
|
D | NetscapePlugin.cpp | 511 platformPaint(context, dirtyRect); in paint() 526 platformPaint(context.get(), m_frameRect, true); in snapshot()
|
D | NetscapePlugin.h | 132 …void platformPaint(WebCore::GraphicsContext*, const WebCore::IntRect& dirtyRect, bool isSnapshot =…
|
/external/webkit/Source/WebKit2/UIProcess/qt/ |
D | ChunkedUpdateDrawingAreaProxyQt.cpp | 60 bool ChunkedUpdateDrawingAreaProxy::platformPaint(const IntRect& rect, QPainter* painter) in platformPaint() function in WebKit::ChunkedUpdateDrawingAreaProxy
|
/external/webkit/Source/WebKit2/UIProcess/gtk/ |
D | ChunkedUpdateDrawingAreaProxyGtk.cpp | 64 bool ChunkedUpdateDrawingAreaProxy::platformPaint(const IntRect& rect, cairo_t* cr) in platformPaint() function in WebKit::ChunkedUpdateDrawingAreaProxy
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | ChunkedUpdateDrawingAreaProxy.h | 82 bool platformPaint(const WebCore::IntRect&, PlatformDrawingContext);
|
D | ChunkedUpdateDrawingAreaProxy.cpp | 78 return platformPaint(rect, context); in paint()
|
/external/webkit/Source/WebKit2/UIProcess/win/ |
D | ChunkedUpdateDrawingAreaProxyWin.cpp | 68 bool ChunkedUpdateDrawingAreaProxy::platformPaint(const IntRect& rect, HDC hdc) in platformPaint() function in WebKit::ChunkedUpdateDrawingAreaProxy
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/win/ |
D | NetscapePluginWin.cpp | 138 void NetscapePlugin::platformPaint(GraphicsContext* context, const IntRect& dirtyRect, bool) in platformPaint() function in WebKit::NetscapePlugin
|
/external/webkit/Source/WebKit2/UIProcess/mac/ |
D | ChunkedUpdateDrawingAreaProxyMac.mm | 64 bool ChunkedUpdateDrawingAreaProxy::platformPaint(const IntRect& rect, CGContextRef context)
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/x11/ |
D | NetscapePluginX11.cpp | 196 void NetscapePlugin::platformPaint(GraphicsContext* context, const IntRect& dirtyRect, bool /*isSna… in platformPaint() function in WebKit::NetscapePlugin
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/ |
D | NetscapePluginMac.mm | 382 void NetscapePlugin::platformPaint(GraphicsContext* context, const IntRect& dirtyRect, bool isSnaps…
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 1238 (WebKit::ChunkedUpdateDrawingAreaProxy::platformPaint): 9414 (WebKit::ChunkedUpdateDrawingAreaProxy::platformPaint): 9416 (WebKit::ChunkedUpdateDrawingAreaProxy::platformPaint): 9418 (WebKit::ChunkedUpdateDrawingAreaProxy::platformPaint): 14339 …(WebKit::ChunkedUpdateDrawingAreaProxy::platformPaint): Use the copy blend mode when drawing a bac… 15650 (WebKit::ChunkedUpdateDrawingAreaProxy::platformPaint): 20870 (WebKit::NetscapePlugin::platformPaint): 27141 (WebKit::NetscapePlugin::platformPaint): 31726 (WebKit::NetscapePlugin::platformPaint): 33453 (WebKit::NetscapePlugin::platformPaint): [all …]
|
D | ChangeLog | 4955 (WebKit::NetscapePlugin::platformPaint): 9476 (WebKit::NetscapePlugin::platformPaint): Propagate a paint event 13723 Fix GTK build by fixing signature of platformPaint(), required after r78956. 13726 (WebKit::NetscapePlugin::platformPaint): 13737 Fix Windows and Qt builds by fixing signature of platformPaint(). 13740 (WebKit::NetscapePlugin::platformPaint): 13742 (WebKit::NetscapePlugin::platformPaint): 13775 (WebKit::NetscapePlugin::platformPaint): Allow the paint to happen
|