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

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebView.cpp983 void WebView::updateBackingStore(FrameView* frameView, HDC dc, bool backingStoreCompletelyDirty, WindowsToPaint windowsToPaint) argument
1017 paintIntoBackingStore(frameView, bitmapDC, paintRects[i], windowsToPaint);
1086 WindowsToPaint windowsToPaint; local
1094 windowsToPaint = PaintWebViewOnly;
1102 windowsToPaint = PaintWebViewAndChildren;
1118 updateBackingStore(frameView, bitmapDC, backingStoreCompletelyDirty, windowsToPaint);
1147 void WebView::paintIntoBackingStore(FrameView* frameView, HDC bitmapDC, const IntRect& dirtyRect, WindowsToPaint windowsToPaint) argument
1173 gc.setShouldIncludeChildWindows(windowsToPaint == PaintWebViewAndChildren);

Completed in 183 milliseconds