Home | History | Annotate | Download | only in webapp

Lines Matching refs:hostName

185         /*i18n-content*/'TOOLTIP_CONNECT', this.host.hostName);
215 editBox.value = this.host.hostName;
228 * Accept the hostname entered by the user.
235 if (this.host.hostName != editBox.value) {
236 this.host.hostName = editBox.value;
250 l10n.localizeElement(message, this.host.hostName);
313 * Create the DOM nodes and event handlers for the hostname cell.
322 /*i18n-content*/'UPDATE_REQUIRED', this.host.hostName);
324 hostNameNode.innerText = this.host.hostName;
340 this.host.hostName);