Home | History | Annotate | Download | only in webkit

Lines Matching refs:globalRect

2376         Rect globalRect = new Rect();
2377 if (getGlobalVisibleRect(globalRect)
2378 && !globalRect.equals(mLastGlobalRect)) {
2380 Log.v(LOGTAG, "sendOurVisibleRect=(" + globalRect.left + ","
2381 + globalRect.top + ",r=" + globalRect.right + ",b="
2382 + globalRect.bottom);
2387 mWebViewCore.sendMessage(EventHub.SET_GLOBAL_BOUNDS, globalRect);
2388 mLastGlobalRect = globalRect;