Home | History | Annotate | Download | only in webkit

Lines Matching refs:currentTime

6274                 long currentTime = SystemClock.uptimeMillis();
6275 long timeSinceLastUpdate = currentTime - mLastEditScroll;
6283 mLastEditScroll = currentTime;