Home
last modified time | relevance | path

Searched refs:getHostDisplayName (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/remoting/webapp/
Dwindow_frame.js114 this.title_.innerText = clientSession.getHostDisplayName();
115 windowTitle.innerText = clientSession.getHostDisplayName() + ' - ' +
Dtoolbar.js137 clientSession ? clientSession.getHostDisplayName() : "";
Dclient_session.js189 remoting.ClientSession.prototype.getHostDisplayName = function() { method in remoting.ClientSession