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

/external/webkit/Source/WebKit/win/
H A DWebView.cpp942 void WebView::updateBackingStore(FrameView* frameView, HDC dc, bool backingStoreCompletelyDirty, WindowsToPaint windowsToPaint) argument
976 paintIntoBackingStore(frameView, bitmapDC, paintRects[i], windowsToPaint);
1019 WindowsToPaint windowsToPaint; local
1027 windowsToPaint = PaintWebViewOnly;
1035 windowsToPaint = PaintWebViewAndChildren;
1051 updateBackingStore(frameView, bitmapDC, backingStoreCompletelyDirty, windowsToPaint);
1080 void WebView::paintIntoBackingStore(FrameView* frameView, HDC bitmapDC, const IntRect& dirtyRect, WindowsToPaint windowsToPaint) argument
1105 gc.setShouldIncludeChildWindows(windowsToPaint == PaintWebViewAndChildren);

Completed in 43 milliseconds