Home
last modified time | relevance | path

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

/external/chromium_org/remoting/webapp/
Dhost_list.js30 remoting.HostList = function(table, noHosts, errorMsg, errorButton, class
110 remoting.HostList.prototype.load = function(onDone) {
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) {
166 remoting.HostList.prototype.refresh = function(onDone) {
197 remoting.HostList.prototype.parseHostListResponse_ = function(onDone, xhr) {
[all …]
Dhost_controller.js148 remoting.HostList.unregisterHostById(newHostId);
369 remoting.HostList.unregisterHostById(hostId);
Dremoting.js79 remoting.hostList = new remoting.HostList(
/external/mdnsresponder/mDNSPosix/
DNetMonitor.c192 } HostList; typedef
194 static HostList IPv4HostList = { 0, 0, 0 };
195 static HostList IPv6HostList = { 0, 0, 0 };
197 mDNSlocal HostEntry *FindHost(const mDNSAddr *addr, HostList *list) in FindHost()
211 mDNSlocal HostEntry *AddHost(const mDNSAddr *addr, HostList *list) in AddHost()
254 HostList *list = (addr->type == mDNSAddrType_IPv4) ? &IPv4HostList : &IPv6HostList; in GotPacketFromHost()
356 mDNSlocal void ShowSortedHostList(HostList *list, int max) in ShowSortedHostList()