Searched refs:offsetRect (Results 1 – 1 of 1) sorted by relevance
121 IntRect offsetRect = rect; in platformRepaintContentRectangle() local122 offsetRect.move(m_scrollOrigin.x(), m_scrollOrigin.y()); in platformRepaintContentRectangle()123 android::WebViewCore::getWebViewCore(this)->contentInvalidate(offsetRect); in platformRepaintContentRectangle()