Home
last modified time | relevance | path

Searched refs:platformPaint (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNetscapePluginNone.cpp54 void NetscapePlugin::platformPaint(GraphicsContext*, const IntRect&, bool) in platformPaint() function in WebKit::NetscapePlugin
DNetscapePlugin.cpp511 platformPaint(context, dirtyRect); in paint()
526 platformPaint(context.get(), m_frameRect, true); in snapshot()
DNetscapePlugin.h132 …void platformPaint(WebCore::GraphicsContext*, const WebCore::IntRect& dirtyRect, bool isSnapshot =…
/external/webkit/Source/WebKit2/UIProcess/qt/
DChunkedUpdateDrawingAreaProxyQt.cpp60 bool ChunkedUpdateDrawingAreaProxy::platformPaint(const IntRect& rect, QPainter* painter) in platformPaint() function in WebKit::ChunkedUpdateDrawingAreaProxy
/external/webkit/Source/WebKit2/UIProcess/gtk/
DChunkedUpdateDrawingAreaProxyGtk.cpp64 bool ChunkedUpdateDrawingAreaProxy::platformPaint(const IntRect& rect, cairo_t* cr) in platformPaint() function in WebKit::ChunkedUpdateDrawingAreaProxy
/external/webkit/Source/WebKit2/UIProcess/
DChunkedUpdateDrawingAreaProxy.h82 bool platformPaint(const WebCore::IntRect&, PlatformDrawingContext);
DChunkedUpdateDrawingAreaProxy.cpp78 return platformPaint(rect, context); in paint()
/external/webkit/Source/WebKit2/UIProcess/win/
DChunkedUpdateDrawingAreaProxyWin.cpp68 bool ChunkedUpdateDrawingAreaProxy::platformPaint(const IntRect& rect, HDC hdc) in platformPaint() function in WebKit::ChunkedUpdateDrawingAreaProxy
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/win/
DNetscapePluginWin.cpp138 void NetscapePlugin::platformPaint(GraphicsContext* context, const IntRect& dirtyRect, bool) in platformPaint() function in WebKit::NetscapePlugin
/external/webkit/Source/WebKit2/UIProcess/mac/
DChunkedUpdateDrawingAreaProxyMac.mm64 bool ChunkedUpdateDrawingAreaProxy::platformPaint(const IntRect& rect, CGContextRef context)
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/x11/
DNetscapePluginX11.cpp196 void NetscapePlugin::platformPaint(GraphicsContext* context, const IntRect& dirtyRect, bool /*isSna… in platformPaint() function in WebKit::NetscapePlugin
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
DNetscapePluginMac.mm382 void NetscapePlugin::platformPaint(GraphicsContext* context, const IntRect& dirtyRect, bool isSnaps…
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-161238 (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 …]
DChangeLog4955 (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