Lines Matching full:disconnect
191 if (this._rfb_state === 'disconnect') {
240 disconnect: function () {
241 this._updateState('disconnect', 'Disconnecting');
373 * disconnect - starting to disconnect
374 * failed - abnormal disconnect
399 'disconnect': 1, 'failed': 1, 'fatal': 1}) {
438 // do disconnect action, but stay in failed state
444 if (this._disconnTimer && this._rfb_state !== 'disconnect') {
445 Util.Debug("Clearing disconnect timer");
463 case 'disconnect':
465 this._fail("Disconnect timeout");