Searched defs:updateRects (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
H A DUpdateInfo.h60 Vector<WebCore::IntRect> updateRects; member in class:WebKit::UpdateInfo
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebView.cpp940 void WebView::flashBackingStoreUpdates(const Vector<IntRect>& updateRects) argument
944 flashRects(dc, updateRects.data(), updateRects.size(), brush);
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.cpp3002 void WebPageProxy::flashBackingStoreUpdates(const Vector<IntRect>& updateRects) argument
3004 m_pageClient->flashBackingStoreUpdates(updateRects);

Completed in 191 milliseconds