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

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebView.cpp1005 Vector<IntRect> paintRects; local
1009 getUpdateRects(m_backingStoreDirtyRegion->handle(), regionBox, paintRects);
1013 paintRects.append(clientRect);
1016 for (unsigned i = 0; i < paintRects.size(); ++i)
1017 paintIntoBackingStore(frameView, bitmapDC, paintRects[i], windowsToPaint);

Completed in 137 milliseconds