Home | History | Annotate | Download | only in webkit

Lines Matching refs:mGlobalVisibleOffset

2038             mWebView.getGlobalVisibleRect(mGlobalVisibleRect, mGlobalVisibleOffset);
3199 private Point mGlobalVisibleOffset = new Point();
3202 mWebView.getGlobalVisibleRect(r, mGlobalVisibleOffset);
3203 r.offset(-mGlobalVisibleOffset.x, -mGlobalVisibleOffset.y);