MCPcopy Create free account
hub / github.com/apache/cloudstack / _saveExpectedClientSize

Method _saveExpectedClientSize

systemvm/agent/noVNC/core/rfb.js:865–868  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

863 }
864
865 _saveExpectedClientSize() {
866 this._expectedClientWidth = this._screen.clientWidth;
867 this._expectedClientHeight = this._screen.clientHeight;
868 }
869
870 _currentClientSize() {
871 return [this._screen.clientWidth, this._screen.clientHeight];

Callers 3

_handleResizeMethod · 0.95
_updateClipMethod · 0.95
_resizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected