/external/webkit/Tools/DumpRenderTree/win/ |
UIDelegate.h | 330 virtual HRESULT STDMETHODCALLTYPE drawBackground(IWebView* sender, OLE_HANDLE hdc, const RECT* dirtyRect);
|
UIDelegate.cpp | 647 HRESULT STDMETHODCALLTYPE UIDelegate::drawBackground(IWebView* sender, OLE_HANDLE hdc, const RECT* dirtyRect)
|
/external/webkit/Source/WebCore/rendering/ |
RenderLayerBacking.cpp | [all...] |
RenderObject.cpp | [all...] |
/external/webkit/Source/WebKit2/UIProcess/win/ |
WebView.cpp | 627 void WebView::paint(HDC hdc, const IntRect& dirtyRect) 634 drawingArea->paint(hdc, dirtyRect, unpaintedRegion); 642 drawPageBackground(hdc, dirtyRect); 646 if (m_page->isValid() && m_page->drawingArea() && m_page->drawingArea()->paint(dirtyRect, hdc)) 649 drawPageBackground(hdc, dirtyRect); [all...] |
/external/webkit/Source/WebKit/win/ |
WebFrame.cpp | 351 FloatRect dirtyRect; 352 dirtyRect.setWidth(width); 353 dirtyRect.setHeight(height); 354 gc.clip(dirtyRect); 382 IntRect dirtyRect(rect); 383 dirtyRect.move(-pt.x, -pt.y); 384 view->paint(&gc, dirtyRect); [all...] |
WebView.h | 848 void paintIntoWindow(HDC bitmapDC, HDC windowDC, const WebCore::IntRect& dirtyRect); [all...] |
ChangeLog | [all...] |
/external/webkit/Source/WebKit/mac/Plugins/ |
WebNetscapePluginView.mm | 460 NSRect dirtyRect = [self convertRect:dirtyRects[dirtyRectIndex] fromView:opaqueAncestor]; 461 if (!NSEqualSizes(dirtyRect.size, NSZeroSize)) { 464 SetRectRgn(dirtyRectRegion, static_cast<short>(NSMinX(dirtyRect)), static_cast<short>(NSMinY(dirtyRect)), static_cast<short>(NSMaxX(dirtyRect)), static_cast<short>(NSMaxY(dirtyRect))); [all...] |
/external/chromium/chrome/browser/ui/cocoa/ |
confirm_quit_panel_controller.mm | 71 - (void)drawRect:(NSRect)dirtyRect {
|
/external/webkit/Source/WebCore/page/ |
FrameView.h | 220 virtual void paintOverhangAreas(GraphicsContext*, const IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect);
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/ |
WKBundlePage.h | 176 typedef void (*WKBundlePagePaintCustomOverhangAreaCallback)(WKBundlePageRef page, WKGraphicsContextRef graphicsContext, WKRect horizontalOverhang, WKRect verticalOverhang, WKRect dirtyRect, const void* clientInfo);
|
/external/chromium/chrome/browser/renderer_host/ |
render_widget_host_view_mac.mm | [all...] |
/external/chromium/chrome/browser/ui/cocoa/download/ |
download_item_cell.mm | 592 NSRect dirtyRect = NSMakeRect( 597 gfx::CanvasSkiaPaint canvas(dirtyRect, false);
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
WebChromeClient.cpp | 570 bool WebChromeClient::paintCustomOverhangArea(GraphicsContext* context, const IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect) 575 m_page->injectedBundleUIClient().paintCustomOverhangArea(m_page, context, horizontalOverhangArea, verticalOverhangArea, dirtyRect);
|
/external/skia/gpu/src/ |
GrGpuGL.cpp | [all...] |
/external/webkit/Source/WebCore/plugins/ |
PluginView.cpp | [all...] |
/external/webkit/Source/WebCore/platform/ |
ScrollView.h | 305 virtual void paintOverhangAreas(GraphicsContext*, const IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect);
|
/external/webkit/Source/WebKit/chromium/src/ |
WebFrameImpl.cpp | [all...] |
WebViewImpl.cpp | [all...] |
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
LayerRendererChromium.cpp | 156 void LayerRendererChromium::invalidateRootLayerRect(const IntRect& dirtyRect) 158 m_rootLayerContentTiler->invalidateRect(dirtyRect); [all...] |
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
tab_view.mm | 650 - (void)drawRect:(NSRect)dirtyRect { [all...] |
/external/webkit/Source/WebKit/qt/Api/ |
qwebpage.cpp | [all...] |