Searched refs:windowsToPaint (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebKit/win/
H A DWebView.cpp877 void WebView::updateBackingStore(FrameView* frameView, HDC dc, bool backingStoreCompletelyDirty, WindowsToPaint windowsToPaint) argument
907 paintIntoBackingStore(frameView, bitmapDC, paintRects[i], windowsToPaint);
939 WindowsToPaint windowsToPaint; local
947 windowsToPaint = PaintWebViewOnly;
955 windowsToPaint = PaintWebViewAndChildren;
963 updateBackingStore(frameView, bitmapDC, backingStoreCompletelyDirty, windowsToPaint);
998 void WebView::paintIntoBackingStore(FrameView* frameView, HDC bitmapDC, const IntRect& dirtyRect, WindowsToPaint windowsToPaint) argument
1019 gc.setShouldIncludeChildWindows(windowsToPaint == PaintWebViewAndChildren);

Completed in 33 milliseconds