Searched defs:paintContents (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DOpaqueRectTrackingContentLayerDelegate.cpp51 void OpaqueRectTrackingContentLayerDelegate::paintContents(SkCanvas* canvas, const WebRect& clip, bool canPaintLCDText, WebFloatRect& opaque) function in class:WebCore::OpaqueRectTrackingContentLayerDelegate
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DFramelessScrollView.cpp94 void FramelessScrollView::paintContents(GraphicsContext*, const IntRect&) function in class:WebCore::FramelessScrollView
/external/chromium_org/third_party/WebKit/Source/web/
H A DPageOverlay.cpp77 virtual void paintContents(const GraphicsLayer*, GraphicsContext& gc, GraphicsLayerPaintingPhase, const IntRect& inClip) function in class:blink::OverlayGraphicsLayerClientImpl
H A DPinchViewports.cpp192 void PinchViewports::paintContents(const GraphicsLayer*, WebCore::GraphicsContext&, WebCore::GraphicsLayerPaintingPhase, const WebCore::IntRect& inClip) function in class:blink::PinchViewports
H A DLinkHighlight.cpp236 void LinkHighlight::paintContents(WebCanvas* canvas, const WebRect& webClipRect, bool, WebFloatRect&) function in class:blink::LinkHighlight
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderEmbeddedObject.cpp108 void RenderEmbeddedObject::paintContents(PaintInfo& paintInfo, const LayoutPoint& paintOffset) function in class:WebCore::RenderEmbeddedObject
114 RenderPart::paintContents(paintInfo, paintOffset);
H A DRenderWidget.cpp228 void RenderWidget::paintContents(PaintInfo& paintInfo, const LayoutPoint& paintOffset) function in class:WebCore::RenderWidget
298 paintContents(paintInfo, paintOffset);
H A DCompositedLayerMapping.cpp1890 void CompositedLayerMapping::paintContents(const GraphicsLayer* graphicsLayer, GraphicsContext& context, GraphicsLayerPaintingPhase paintingPhase, const IntRect& clip) function in class:WebCore::CompositedLayerMapping
H A DRenderLayerCompositor.cpp2048 void RenderLayerCompositor::paintContents(const GraphicsLayer* graphicsLayer, GraphicsContext& context, GraphicsLayerPaintingPhase, const IntRect& clip) function in class:WebCore::RenderLayerCompositor
H A DRenderBlock.cpp2098 paintContents(info, adjustedPaintOffset);
2109 void RenderBlock::paintContents(PaintInfo& paintInfo, const LayoutPoint& paintOffset) function in class:WebCore::RenderBlock
2239 paintContents(paintInfo, scrolledOffset);
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp2927 void FrameView::paintContents(GraphicsContext* p, const IntRect& rect) function in class:WebCore::FrameView
3008 // Everythin that happens after paintContents completions is considered

Completed in 448 milliseconds