Home
last modified time | relevance | path

Searched refs:_updateState (Results 1 – 1 of 1) sorted by relevance

/external/libvncserver/webclients/novnc/include/
Drfb.js161 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
[all …]