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

/external/webkit/Source/WebCore/platform/chromium/
H A DFramelessScrollView.cpp76 void FramelessScrollView::paintContents(GraphicsContext*, const IntRect&) function in class:WebCore::FramelessScrollView
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
H A DLayerTreeHostCA.cpp173 void LayerTreeHostCA::paintContents(const GraphicsLayer* graphicsLayer, GraphicsContext& graphicsContext, GraphicsLayerPaintingPhase, const IntRect& clipRect) function in class:WebKit::LayerTreeHostCA
/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeWin.cpp849 void MediaPlayerPrivate::paintContents(const GraphicsLayer*, GraphicsContext& context, GraphicsLayerPaintingPhase, const IntRect&) function in class:WebCore::MediaPlayerPrivate
/external/webkit/Source/WebCore/platform/graphics/android/
H A DGraphicsLayerAndroid.cpp834 void GraphicsLayerAndroid::paintContents(GraphicsContext* gc, IntRect& dirty) function in class:WebCore::GraphicsLayerAndroid
/external/webkit/Source/WebCore/rendering/
H A DRenderLayerBacking.cpp1235 void RenderLayerBacking::paintContents(const GraphicsLayer* graphicsLayer, GraphicsContext& context, GraphicsLayerPaintingPhase paintingPhase, const IntRect& clip) function in class:WebCore::RenderLayerBacking
H A DRenderLayerCompositor.cpp1688 void RenderLayerCompositor::paintContents(const GraphicsLayer* graphicsLayer, GraphicsContext& context, GraphicsLayerPaintingPhase, const IntRect& clip) function in class:WebCore::RenderLayerCompositor
H A DRenderBlock.cpp2400 paintContents(info, finalX, finalY);
2413 void RenderBlock::paintContents(PaintInfo& paintInfo, int tx, int ty) function in class:WebCore::RenderBlock
2536 paintContents(paintInfo, scrolledX, scrolledY);
/external/webkit/Source/WebCore/page/
H A DFrameView.cpp631 // layer content to occur before layout has happened, which will cause paintContents() to bail.
2333 paintContents(&context, visibleContentRect());
2352 void FrameView::paintContents(GraphicsContext* p, const IntRect& rect) function in class:WebCore::FrameView
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp726 void WebViewCore::paintContents(WebCore::GraphicsContext* gc, WebCore::IntRect& dirty) function in class:android::WebViewCore

Completed in 226 milliseconds