Searched refs:getHostDisplayName (Results 1 – 3 of 3) sorted by relevance
114 this.title_.innerText = clientSession.getHostDisplayName();115 windowTitle.innerText = clientSession.getHostDisplayName() + ' - ' +
137 clientSession ? clientSession.getHostDisplayName() : "";
189 remoting.ClientSession.prototype.getHostDisplayName = function() { method in remoting.ClientSession