Home
last modified time | relevance | path

Searched refs:paintContents (Results 1 – 20 of 20) sorted by relevance

/external/webkit/WebKit/android/jni/
DWebFrameView.cpp94 mFrameView->paintContents(ctx, transRect); in draw()
98 mFrameView->paintContents(ctx, rect); in draw()
/external/webkit/WebCore/platform/chromium/
DFramelessScrollView.cpp75 void FramelessScrollView::paintContents(GraphicsContext*, const IntRect& damageRect) in paintContents() function in WebCore::FramelessScrollView
DFramelessScrollView.h77 virtual void paintContents(GraphicsContext*, const IntRect& damageRect);
/external/webkit/WebCore/page/
DPrintContext.cpp128 m_frame->view()->paintContents(&ctx, pageRect); in spoolPage()
DFrameView.h160 virtual void paintContents(GraphicsContext*, const IntRect& damageRect);
DFrameView.cpp1163 paintContents(&context, visibleContentRect()); in updateControlTints()
1181 void FrameView::paintContents(GraphicsContext* p, const IntRect& rect) in paintContents() function in WebCore::FrameView
DFrame.cpp1627 m_view->paintContents(&context, visibleRect); in markAllMatchesForText()
/external/webkit/perf/
Dmain.cpp208 frameView->paintContents(&gc, IntRect(0, 0, width, height)); in main()
/external/webkit/WebCore/platform/
DScrollView.h227 virtual void paintContents(GraphicsContext*, const IntRect& damageRect) = 0;
DScrollView.cpp698 paintContents(context, documentDirtyRect); in paint()
/external/webkit/WebKit/qt/Api/
Dqwebframe.cpp165 view->paintContents(&context, vector.first()); in renderPrivate()
174 view->paintContents(&context, clipRect); in renderPrivate()
/external/webkit/WebKit/wx/
DWebView.cpp465 frame->view()->paintContents(gc, paintRect); in OnPaint()
/external/webkit/WebCore/rendering/
DRenderBlock.h164 void paintContents(PaintInfo&, int tx, int ty);
DRenderBlock.cpp1568 paintContents(info, finalX, finalY); in paintColumns()
1595 void RenderBlock::paintContents(PaintInfo& paintInfo, int tx, int ty) in paintContents() function in WebCore::RenderBlock
1690 paintContents(paintInfo, scrolledX, scrolledY); in paintObject()
/external/webkit/WebKit/win/
DWebFrame.cpp325 view->paintContents(&gc, rect); in paintDocumentRectToContext()
1839 coreFrame->view()->paintContents(&spoolCtx, pageRect); in spoolPages()
DChangeLog2148paintContents, to paint the ScrollView's contents, and then it paints each of the two scrollbars a…
2155paintContents is implemented by FrameView, and replaces Frame::paint. All of the FramePrivate mem…
2157 been patched to use FrameView::paintContents instead.
/external/webkit/WebKit/mac/WebView/
DWebFrame.mm575 _private->coreFrame->view()->paintContents(&context, enclosingIntRect(rect));
/external/webkit/WebKit/mac/
DChangeLog4982paintContents, to paint the ScrollView's contents, and then it paints each of the two scrollbars a…
4989paintContents is implemented by FrameView, and replaces Frame::paint. All of the FramePrivate mem…
4991 been patched to use FrameView::paintContents instead.
/external/webkit/WebCore/
DChangeLog6459 (WebCore::FrameView::paintContents):
8048 (WebCore::FramelessScrollView::paintContents):
DChangeLog-2007-10-1466710 (WebCore::RenderBlock::paintContents):
66767 (WebCore::RenderBlock::paintContents):