Searched refs:windowsToPaint (Results 1 – 2 of 2) sorted by relevance
/external/webkit/WebKit/win/ |
D | WebView.cpp | 830 …tore(FrameView* frameView, HDC dc, bool backingStoreCompletelyDirty, WindowsToPaint windowsToPaint) in updateBackingStore() argument 860 paintIntoBackingStore(frameView, bitmapDC, paintRects[i], windowsToPaint); in updateBackingStore() 892 WindowsToPaint windowsToPaint; in paint() local 900 windowsToPaint = PaintWebViewOnly; in paint() 908 windowsToPaint = PaintWebViewAndChildren; in paint() 916 updateBackingStore(frameView, bitmapDC, backingStoreCompletelyDirty, windowsToPaint); in paint() 957 …gStore(FrameView* frameView, HDC bitmapDC, const IntRect& dirtyRect, WindowsToPaint windowsToPaint) in paintIntoBackingStore() argument 974 gc.setShouldIncludeChildWindows(windowsToPaint == PaintWebViewAndChildren); in paintIntoBackingStore()
|
D | ChangeLog-2009-06-16 | 1503 (WebView::updateBackingStore): Added a windowsToPaint parameter, which 1509 (WebView::paintIntoBackingStore): Added a windowsToPaint paramter, 1513 * WebView.h: Added windowsToPaint parameters to paintIntoBackingStore
|