Home
last modified time | relevance | path

Searched refs:updateRects (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
DUpdateInfo.cpp39 encoder->encode(updateRects); in encode()
53 if (!decoder->decode(result.updateRects)) in decode()
DUpdateInfo.h60 Vector<WebCore::IntRect> updateRects; variable
/external/webkit/Source/WebKit2/UIProcess/win/
DBackingStoreWin.cpp91 for (size_t i = 0; i < updateInfo.updateRects.size(); ++i) { in incorporateUpdate()
92 IntRect updateRect = updateInfo.updateRects[i]; in incorporateUpdate()
DWebView.h149 virtual void flashBackingStoreUpdates(const Vector<WebCore::IntRect>& updateRects);
DWebView.cpp940 void WebView::flashBackingStoreUpdates(const Vector<IntRect>& updateRects) in flashBackingStoreUpdates() argument
944 flashRects(dc, updateRects.data(), updateRects.size(), brush); in flashBackingStoreUpdates()
/external/webkit/Source/WebKit2/UIProcess/
DDrawingAreaProxyImpl.cpp253 for (size_t i = 0; i < updateInfo.updateRects.size(); ++i) in incorporateUpdate()
254 m_webPageProxy->setViewNeedsDisplay(updateInfo.updateRects[i]); in incorporateUpdate()
257 m_webPageProxy->flashBackingStoreUpdates(updateInfo.updateRects); in incorporateUpdate()
DPageClient.h154 virtual void flashBackingStoreUpdates(const Vector<WebCore::IntRect>& updateRects) = 0;
DWebPageProxy.h475 void flashBackingStoreUpdates(const Vector<WebCore::IntRect>& updateRects);
DWebPageProxy.cpp3002 void WebPageProxy::flashBackingStoreUpdates(const Vector<IntRect>& updateRects) in flashBackingStoreUpdates() argument
3004 m_pageClient->flashBackingStoreUpdates(updateRects); in flashBackingStoreUpdates()
/external/webkit/Source/WebKit2/UIProcess/mac/
DBackingStoreMac.mm107 for (size_t i = 0; i < updateInfo.updateRects.size(); ++i) {
108 IntRect updateRect = updateInfo.updateRects[i];
/external/webkit/Source/WebKit2/UIProcess/gtk/
DWebView.h108 virtual void flashBackingStoreUpdates(const Vector<WebCore::IntRect>& updateRects);
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DPageClientImpl.h108 virtual void flashBackingStoreUpdates(const Vector<WebCore::IntRect>& updateRects);
/external/webkit/Source/WebKit2/UIProcess/API/qt/
Dqwkpage_p.h96 virtual void flashBackingStoreUpdates(const Vector<WebCore::IntRect>& updateRects);
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/win/
DLayerTreeHostCAWin.cpp209 updateInfo.updateRects.append(updateInfo.updateRectBounds); in display()
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DDrawingAreaImpl.cpp605 updateInfo.updateRects.append(rects[i]); in display()