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

1 2

  /external/chromium_org/third_party/WebKit/public/platform/
WebContentLayerClient.h 50 virtual void paintContents(WebCanvas*, const WebRect& clip, bool canPaintLCDText, GraphicsContextStatus = GraphicsContextEnabled) = 0;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ContentLayerDelegate.h 62 virtual void paintContents(SkCanvas*, const WebRect& clip, bool canPaintLCDText, WebContentLayerClient::GraphicsContextStatus = GraphicsContextEnabled) OVERRIDE;
ContentLayerDelegate.cpp 48 void ContentLayerDelegate::paintContents(
GraphicsLayerClient.h 66 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) = 0;
ImageLayerChromiumTest.cpp 41 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) OVERRIDE { }
GraphicsLayerTest.cpp 51 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) OVERRIDE { }
  /external/chromium_org/third_party/WebKit/Source/core/paint/
BlockPainter.h 39 void paintContents(PaintInfo&, const LayoutPoint&);
BlockPainter.cpp 176 paintContents(paintInfo, scrolledOffset);
393 paintContents(info, adjustedPaintOffset);
404 void BlockPainter::paintContents(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderEmbeddedObject.h 47 virtual void paintContents(PaintInfo&, const LayoutPoint&) OVERRIDE FINAL;
RenderWidget.h 56 virtual void paintContents(PaintInfo&, const LayoutPoint&);
RenderEmbeddedObject.cpp 106 void RenderEmbeddedObject::paintContents(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
112 RenderPart::paintContents(paintInfo, paintOffset);
RenderWidget.cpp 169 void RenderWidget::paintContents(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
234 paintContents(paintInfo, paintOffset);
  /external/chromium_org/cc/blink/
web_content_layer_impl.cc 50 void WebContentLayerImpl::PaintContents(
57 client_->paintContents(
  /external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.h 60 virtual void paintContents(WebCanvas*, const WebRect& clipRect, bool canPaintLCDText, WebContentLayerClient::GraphicsContextStatus) OVERRIDE;
PageOverlay.cpp 76 virtual void paintContents(const GraphicsLayer*, GraphicsContext& gc, GraphicsLayerPaintingPhase, const IntRect& inClip)
WebPopupMenuImpl.h 90 virtual void paintContents(WebCanvas*, const WebRect& clip, bool canPaintLCDTest, WebContentLayerClient::GraphicsContextStatus = GraphicsContextEnabled) OVERRIDE FINAL;
WebPopupMenuImpl.cpp 212 void WebPopupMenuImpl::paintContents(WebCanvas* canvas, const WebRect& rect, bool, WebContentLayerClient::GraphicsContextStatus contextStatus)
LinkHighlight.cpp 247 void LinkHighlight::paintContents(WebCanvas* canvas, const WebRect& webClipRect, bool, WebContentLayerClient::GraphicsContextStatus contextStatus)
  /external/chromium_org/third_party/WebKit/Source/core/frame/
PinchViewport.h 140 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) OVERRIDE;
LocalFrame.cpp 664 m_view->paintContents(buffer->context(), paintingRect);
693 m_view->paintContents(buffer->context(), paintingRect);
PinchViewport.cpp 414 void PinchViewport::paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip)
FrameView.h 205 virtual void paintContents(GraphicsContext*, const IntRect& damageRect) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.h 182 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect&) OVERRIDE;
CompositedLayerMapping.h 156 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& clip) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.h 256 virtual void paintContents(GraphicsContext*, const IntRect& damageRect) = 0;

Completed in 239 milliseconds

1 2