HomeSort by relevance Sort by last modified time
    Searched refs:paintContents (Results 1 - 25 of 41) sorted by null

1 2

  /external/webkit/Source/WebCore/platform/chromium/
FramelessScrollView.h 77 virtual void paintContents(GraphicsContext*, const IntRect&);
FramelessScrollView.cpp 76 void FramelessScrollView::paintContents(GraphicsContext*, const IntRect&)
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayerClient.h 74 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) = 0;
GraphicsLayer.cpp 248 m_client->paintContents(this, context, m_paintingPhase, clip);
  /external/webkit/Source/WebKit/android/jni/
WebFrameView.cpp 60 mFrameView->paintContents(gc, rect);
PicturePile.h 60 virtual void paintContents(GraphicsContext* gc, IntRect& dirty) = 0;
PicturePile.cpp 314 painter->paintContents(&gc, pc.area);
364 painter->paintContents(&gc, drawArea);
WebViewCore.h 617 virtual void paintContents(WebCore::GraphicsContext* gc, WebCore::IntRect& dirty);
    [all...]
  /external/webkit/Source/WebCore/page/qt/
FrameQt.cpp 59 m_view->paintContents(context, paintingRect);
  /external/webkit/Source/WebCore/page/chromium/
FrameChromium.cpp 90 m_view->paintContents(buffer->context(), paintingRect);
113 m_view->paintContents(buffer->context(), paintingRect);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
LayerTreeHostCA.h 72 virtual void paintContents(const WebCore::GraphicsLayer*, WebCore::GraphicsContext&, WebCore::GraphicsLayerPaintingPhase, const WebCore::IntRect& clipRect);
LayerTreeHostCA.cpp 173 void LayerTreeHostCA::paintContents(const GraphicsLayer* graphicsLayer, GraphicsContext& graphicsContext, GraphicsLayerPaintingPhase, const IntRect& clipRect)
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.h 52 virtual void paintContents(GraphicsContext* gc, IntRect& dirty);
GraphicsLayerAndroid.cpp 834 void GraphicsLayerAndroid::paintContents(GraphicsContext* gc, IntRect& dirty)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.h 69 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip);
MediaPlayerPrivateQuickTimeWin.cpp 849 void MediaPlayerPrivate::paintContents(const GraphicsLayer*, GraphicsContext& context, GraphicsLayerPaintingPhase, const IntRect&)
  /external/webkit/Source/WebCore/rendering/
RenderLayerBacking.h 132 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& clip);
RenderLayerCompositor.h 195 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect&);
RenderBlock.h 523 void paintContents(PaintInfo&, int tx, int ty);
    [all...]
  /external/webkit/Source/WebCore/page/
PrintContext.cpp 213 m_frame->view()->paintContents(&ctx, pageRect);
223 m_frame->view()->paintContents(&ctx, rect);
FrameView.h 213 virtual void paintContents(GraphicsContext*, const IntRect& damageRect);
Frame.cpp 908 m_view->paintContents(context, rect);
    [all...]
  /external/webkit/Source/WebCore/page/mac/
FrameMac.mm 272 m_view->paintContents(&graphicsContext, IntRect(rect));
  /external/webkit/Source/WebCore/platform/
ScrollView.h 307 virtual void paintContents(GraphicsContext*, const IntRect& damageRect) = 0;
  /external/webkit/Source/WebKit/win/
WebFrame.cpp 356 view->paintContents(&gc, rect);
    [all...]

Completed in 267 milliseconds

1 2