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

/external/webkit/Source/WebKit2/UIProcess/
H A DTiledDrawingAreaProxy.cpp241 IntRect coverRect = calculateCoverRect(m_previousVisibleRect);
403 IntRect TiledDrawingAreaProxy::calculateCoverRect(const IntRect& visibleRect) const function in class:WebKit::TiledDrawingAreaProxy
428 IntRect coverRect = calculateCoverRect(visibleRect);

Completed in 166 milliseconds