HomeSort by relevance Sort by last modified time
    Searched refs:platformPaint (Results 1 - 12 of 12) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePluginNone.cpp 54 void NetscapePlugin::platformPaint(GraphicsContext*, const IntRect&, bool)
NetscapePlugin.h 132 void platformPaint(WebCore::GraphicsContext*, const WebCore::IntRect& dirtyRect, bool isSnapshot = false);
NetscapePlugin.cpp 511 platformPaint(context, dirtyRect);
526 platformPaint(context.get(), m_frameRect, true);
  /external/webkit/Source/WebKit2/UIProcess/qt/
ChunkedUpdateDrawingAreaProxyQt.cpp 60 bool ChunkedUpdateDrawingAreaProxy::platformPaint(const IntRect& rect, QPainter* painter)
  /external/webkit/Source/WebKit2/UIProcess/
ChunkedUpdateDrawingAreaProxy.h 82 bool platformPaint(const WebCore::IntRect&, PlatformDrawingContext);
ChunkedUpdateDrawingAreaProxy.cpp 78 return platformPaint(rect, context);
  /external/webkit/Source/WebKit2/UIProcess/gtk/
ChunkedUpdateDrawingAreaProxyGtk.cpp 64 bool ChunkedUpdateDrawingAreaProxy::platformPaint(const IntRect& rect, cairo_t* cr)
  /external/webkit/Source/WebKit2/UIProcess/mac/
ChunkedUpdateDrawingAreaProxyMac.mm 64 bool ChunkedUpdateDrawingAreaProxy::platformPaint(const IntRect& rect, CGContextRef context)
  /external/webkit/Source/WebKit2/UIProcess/win/
ChunkedUpdateDrawingAreaProxyWin.cpp 68 bool ChunkedUpdateDrawingAreaProxy::platformPaint(const IntRect& rect, HDC hdc)
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/win/
NetscapePluginWin.cpp 138 void NetscapePlugin::platformPaint(GraphicsContext* context, const IntRect& dirtyRect, bool)
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/x11/
NetscapePluginX11.cpp 196 void NetscapePlugin::platformPaint(GraphicsContext* context, const IntRect& dirtyRect, bool /*isSnapshot*/)
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
NetscapePluginMac.mm 382 void NetscapePlugin::platformPaint(GraphicsContext* context, const IntRect& dirtyRect, bool isSnapshot)

Completed in 494 milliseconds