Lines Matching refs:_updateState
161 this._updateState('fatal', "No working Display");
176 this._updateState('ProtocolVersion', "Starting VNC handshake");
192 this._updateState('disconnected', 'VNC disconnected' + msg);
210 this._updateState('loaded', 'noVNC ready: native WebSockets, ' + rmode);
214 …this._updateState('fatal', "WebSockets or <a href='http://get.adobe.com/flashplayer'>Adobe Flash</…
216 this._updateState('fatal', "'file://' URL is incompatible with Adobe Flash");
218 this._updateState('loaded', 'noVNC ready: WebSockets emulation, ' + rmode);
237 this._updateState('connect');
241 this._updateState('disconnect', 'Disconnecting');
386 _updateState: function (state, statusMsg) { method in RFB
484 this._updateState('disconnected');
501 this._updateState('failed', msg);
647 this._updateState('Security', 'Sent ProtocolVersion: ' + cversion);
682 … this._updateState('Authentication', 'Authenticating using scheme: ' + this._rfb_auth_scheme);
691 this._updateState('password', 'XVP credentials required (user' + xvp_sep +
711 this._updateState('password', "Password Required");
720 this._updateState("SecurityResult");
788 this._updateState('SecurityResult');
812 this._updateState('SecurityResult');
815 this._updateState('ClientInitialisation', "No auth required");
836 this._updateState('ClientInitialisation', 'Authentication OK');
968 this._updateState('normal', 'Connected (encrypted) to: ' + this._fb_name);
970 this._updateState('normal', 'Connected (unencrypted) to: ' + this._fb_name);
990 this._updateState('ServerInitialisation', "Authentication OK");
1039 this._updateState(this._rfb_state, "Operation Failed");