Home | History | Annotate | Download | only in webkit

Lines Matching defs:TIMED_OUT

46     private static final int TIMED_OUT = 101;
120 mHandler.removeMessages(TIMED_OUT);
140 mHandler.sendMessageDelayed(mHandler.obtainMessage(TIMED_OUT), TIMEOUT_PERIOD);
156 removeMessages(TIMED_OUT);
157 sendMessageDelayed(obtainMessage(TIMED_OUT), TIMEOUT_PERIOD);
165 case TIMED_OUT:
197 sendMessageDelayed(obtainMessage(TIMED_OUT),
220 mHandler.sendMessageDelayed(mHandler.obtainMessage(TIMED_OUT), TIMEOUT_PERIOD);
256 // we need to do is post another TIMED_OUT so that the
260 mWatchdogHandler.obtainMessage(TIMED_OUT),
269 mWatchdogHandler.obtainMessage(TIMED_OUT),