Home
last modified time | relevance | path

Searched refs:flashBackingStoreUpdates (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/gtk/
DWebView.h108 virtual void flashBackingStoreUpdates(const Vector<WebCore::IntRect>& updateRects);
DWebView.cpp552 void WebView::flashBackingStoreUpdates(const Vector<IntRect>&) in flashBackingStoreUpdates() function in WebKit::WebView
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DPageClientImpl.h108 virtual void flashBackingStoreUpdates(const Vector<WebCore::IntRect>& updateRects);
DPageClientImpl.mm373 void PageClientImpl::flashBackingStoreUpdates(const Vector<IntRect>&)
/external/webkit/Source/WebKit2/UIProcess/API/qt/
Dqwkpage_p.h96 virtual void flashBackingStoreUpdates(const Vector<WebCore::IntRect>& updateRects);
Dqwkpage.cpp270 void QWKPagePrivate::flashBackingStoreUpdates(const Vector<IntRect>&) in flashBackingStoreUpdates() function in QWKPagePrivate
/external/webkit/Source/WebKit2/UIProcess/
DPageClient.h154 virtual void flashBackingStoreUpdates(const Vector<WebCore::IntRect>& updateRects) = 0;
DDrawingAreaProxyImpl.cpp257 m_webPageProxy->flashBackingStoreUpdates(updateInfo.updateRects); in incorporateUpdate()
DWebPageProxy.h475 void flashBackingStoreUpdates(const Vector<WebCore::IntRect>& updateRects);
DWebPageProxy.cpp3002 void WebPageProxy::flashBackingStoreUpdates(const Vector<IntRect>& updateRects) in flashBackingStoreUpdates() function in WebKit::WebPageProxy
3004 m_pageClient->flashBackingStoreUpdates(updateRects); in flashBackingStoreUpdates()
/external/webkit/Source/WebKit2/UIProcess/win/
DWebView.h149 virtual void flashBackingStoreUpdates(const Vector<WebCore::IntRect>& updateRects);
DWebView.cpp940 void WebView::flashBackingStoreUpdates(const Vector<IntRect>& updateRects) in flashBackingStoreUpdates() function in WebKit::WebView
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-16646 (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.