Searched refs:windowsToPaint (Results 1 – 2 of 2) sorted by relevance
/external/webkit/WebKit/win/ |
D | WebView.cpp | 822 …tore(FrameView* frameView, HDC dc, bool backingStoreCompletelyDirty, WindowsToPaint windowsToPaint) in updateBackingStore() argument 852 paintIntoBackingStore(frameView, bitmapDC, paintRects[i], windowsToPaint); in updateBackingStore() 887 WindowsToPaint windowsToPaint; in paint() local 895 windowsToPaint = PaintWebViewOnly; in paint() 903 windowsToPaint = PaintWebViewAndChildren; in paint() 911 updateBackingStore(frameView, bitmapDC, backingStoreCompletelyDirty, windowsToPaint); in paint() 952 …gStore(FrameView* frameView, HDC bitmapDC, const IntRect& dirtyRect, WindowsToPaint windowsToPaint) in paintIntoBackingStore() argument 969 gc.setShouldIncludeChildWindows(windowsToPaint == PaintWebViewAndChildren); in paintIntoBackingStore()
|
D | ChangeLog | 303 (WebView::updateBackingStore): Added a windowsToPaint parameter, which 309 (WebView::paintIntoBackingStore): Added a windowsToPaint paramter, 313 * WebView.h: Added windowsToPaint parameters to paintIntoBackingStore
|