Home | History | Annotate | Download | only in include

Lines Matching refs:RFB

16 function RFB(defaults) {
36 // Private RFB namespace variables
154 'onUpdateState(rfb, state, oldstate, statusMsg): RFB state update/change '],
156 'onPasswordRequired(rfb): VNC password is required '],
158 'onClipboard(rfb, text): RFB clipboard contents received'],
160 'onBell(rfb): RFB Bell message received '],
162 'onFBUReceive(rfb, fbu): RFB FBU received but not yet processed '],
164 'onFBUComplete(rfb, fbu): RFB FBU received and processed '],
204 Util.Debug(">> RFB.constructor");
275 Util.Debug("<< RFB.constructor");
280 Util.Debug(">> RFB.connect");
296 Util.Debug("<< RFB.connect");
363 * RFB protocol initialization states:
367 * password - waiting for password, not part of RFB
654 // RFB/VNC initialisation message handler
697 ws.send_string("RFB " + cversion + "\n");
753 // a RFB state change and a UI interface issue.
896 /* Normal RFB/VNC server message handler */
1847 } // End of RFB()