Home | History | Annotate | Download | only in include

Lines Matching refs:display

11 /* global window, $D, Util, WebUtil, RFB, Display */
22 "keysymdef.js", "keyboard.js", "input.js", "display.js",
117 $D('noVNC_mobile_buttons').style.display = "inline";
151 $D('noVNC_description').style.display = "block";
294 psp.style.display = "none";
298 psp.style.display = "block";
308 $D('noVNC_description').style.display = "none";
328 $D('noVNC_xvp').style.display = "none";
332 $D('noVNC_xvp').style.display = "block";
341 $D('noVNC_description').style.display = "none";
361 $D('noVNC_clipboard').style.display = "none";
365 $D('noVNC_clipboard').style.display = "block";
374 $D('noVNC_description').style.display = "none";
396 $D('noVNC_controls').style.display = "none";
403 $D('noVNC_controls').style.display = "block";
415 $D('noVNC_description').style.display = "none";
443 $D('noVNC_description').style.display = "none";
460 $D('noVNC_settings').style.display = "block";
467 $D('noVNC_settings').style.display = "none";
537 button.style.display = "";
539 button.style.display = "none";
556 $D('noVNC_logo').style.display = "block";
605 $D('clipboardButton').style.display = "inline";
606 $D('showKeyboard').style.display = "inline";
607 $D('noVNC_extra_keys').style.display = "";
608 $D('sendCtrlAltDelButton').style.display = "inline";
611 $D('clipboardButton').style.display = "none";
612 $D('showKeyboard').style.display = "none";
613 $D('noVNC_extra_keys').style.display = "none";
614 $D('sendCtrlAltDelButton').style.display = "none";
627 $D('connectButton').style.display = "";
628 $D('disconnectButton').style.display = "none";
631 $D('connectButton').style.display = "none";
632 $D('disconnectButton').style.display = "";
642 $D('xvpButton').style.display = 'inline';
644 $D('xvpButton').style.display = 'none';
652 // Display the desktop name in the document title
686 $D('noVNC_logo').style.display = "none";
693 $D('noVNC_logo').style.display = "block";
722 var display;
724 display = UI.rfb.get_display();
729 var cur_clip = display.get_viewport();
742 display.set_viewport(false);
744 display.viewportChange();
752 display.set_viewport(true);
753 display.viewportChange(0, 0, new_w, new_h);
764 vmb.style.display = "inline";
766 vmb.style.display = "none";
893 $D('toggleCtrlButton').style.display = "inline";
894 $D('toggleAltButton').style.display = "inline";
895 $D('sendTabButton').style.display = "inline";
896 $D('sendEscButton').style.display = "inline";
900 $D('toggleCtrlButton').style.display = "";
901 $D('toggleAltButton').style.display = "";
902 $D('sendTabButton').style.display = "";
903 $D('sendEscButton').style.display = "";