Home
last modified time | relevance | path

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

/external/chromium_org/remoting/webapp/
Dclient_session.js207 needsVerticalScroll = clientArea.height < this.plugin_.getDesktopHeight();
212 clientArea.height - kScrollBarWidth < this.plugin_.getDesktopHeight();
1120 this.plugin_.getDesktopHeight() +' @ ' +
1135 this.plugin_.getDesktopHeight() == 0) {
1141 var desktopHeight = this.plugin_.getDesktopHeight();
Dclient_plugin.js29 remoting.ClientPlugin.prototype.getDesktopHeight = function() {}; method in remoting.ClientPlugin
Dclient_plugin_impl.js899 remoting.ClientPluginImpl.prototype.getDesktopHeight = function() { method in remoting.ClientPluginImpl
/external/chromium_org/remoting/webapp/browser_test/
Dmock_client_plugin.js41 remoting.MockClientPlugin.prototype.getDesktopHeight = function() { method in remoting.MockClientPlugin