HomeSort by relevance Sort by last modified time
    Searched refs:HostList (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/remoting/webapp/
host_list.js 30 remoting.HostList = function(table, noHosts, errorMsg, errorButton,
95 /** @type {remoting.HostList} */
110 remoting.HostList.prototype.load = function(onDone) {
112 /** @type {remoting.HostList} */
116 if (items[remoting.HostList.HOSTS_KEY]) {
117 var cached = jsonParseSafe(items[remoting.HostList.HOSTS_KEY]);
121 console.error('Invalid value for ' + remoting.HostList.HOSTS_KEY);
126 chrome.storage.local.get(remoting.HostList.HOSTS_KEY, storeHostList);
135 remoting.HostList.prototype.getHostForId = function(hostId) {
150 remoting.HostList.prototype.getHostIdForName = function(hostName)
    [all...]
host_controller.js 148 remoting.HostList.unregisterHostById(newHostId);
159 remoting.hostList.onLocalHostStarted(hostName, newHostId, publicKey);
369 remoting.HostList.unregisterHostById(hostId);
remoting.js 79 remoting.hostList = new remoting.HostList(
180 remoting.hostList.load(onLoad);
269 remoting.hostList.refresh(remoting.updateLocalHostState);
293 remoting.hostList.setLocalHostStateAndId(state, hostId);
294 remoting.hostList.display();
  /external/mdnsresponder/mDNSPosix/
NetMonitor.c 192 } HostList;
194 static HostList IPv4HostList = { 0, 0, 0 };
195 static HostList IPv6HostList = { 0, 0, 0 };
197 mDNSlocal HostEntry *FindHost(const mDNSAddr *addr, HostList *list)
211 mDNSlocal HostEntry *AddHost(const mDNSAddr *addr, HostList *list)
254 HostList *list = (addr->type == mDNSAddrType_IPv4) ? &IPv4HostList : &IPv6HostList;
356 mDNSlocal void ShowSortedHostList(HostList *list, int max)
    [all...]

Completed in 173 milliseconds