Searched refs:flashBackingStoreUpdates (Results 1 – 13 of 13) sorted by relevance
108 virtual void flashBackingStoreUpdates(const Vector<WebCore::IntRect>& updateRects);
552 void WebView::flashBackingStoreUpdates(const Vector<IntRect>&) in flashBackingStoreUpdates() function in WebKit::WebView
373 void PageClientImpl::flashBackingStoreUpdates(const Vector<IntRect>&)
96 virtual void flashBackingStoreUpdates(const Vector<WebCore::IntRect>& updateRects);
270 void QWKPagePrivate::flashBackingStoreUpdates(const Vector<IntRect>&) in flashBackingStoreUpdates() function in QWKPagePrivate
154 virtual void flashBackingStoreUpdates(const Vector<WebCore::IntRect>& updateRects) = 0;
257 m_webPageProxy->flashBackingStoreUpdates(updateInfo.updateRects); in incorporateUpdate()
475 void flashBackingStoreUpdates(const Vector<WebCore::IntRect>& updateRects);
3002 void WebPageProxy::flashBackingStoreUpdates(const Vector<IntRect>& updateRects) in flashBackingStoreUpdates() function in WebKit::WebPageProxy3004 m_pageClient->flashBackingStoreUpdates(updateRects); in flashBackingStoreUpdates()
149 virtual void flashBackingStoreUpdates(const Vector<WebCore::IntRect>& updateRects);
940 void WebView::flashBackingStoreUpdates(const Vector<IntRect>& updateRects) in flashBackingStoreUpdates() function in WebKit::WebView
646 (WebKit::PageClientImpl::flashBackingStoreUpdates):648 (QWKPagePrivate::flashBackingStoreUpdates):656 * UIProcess/PageClient.h: Added flashBackingStoreUpdates.659 (WebKit::WebPageProxy::flashBackingStoreUpdates): Call through to the PageClient.676 (WebKit::WebView::flashBackingStoreUpdates): Added. Calls through to flashRects.678 * UIProcess/win/WebView.h: Added flashBackingStoreUpdates.