Searched defs:HostList (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/remoting/webapp/ |
H A D | host_list.js | 30 remoting.HostList = function(table, noHosts, errorMsg, errorButton, 94 /** @type {remoting.HostList} */ 109 remoting.HostList.prototype.load = function(onDone) { 111 /** @type {remoting.HostList} */ 115 if (items[remoting.HostList.HOSTS_KEY]) { 116 var cached = jsonParseSafe(items[remoting.HostList.HOSTS_KEY]); 120 console.error('Invalid value for ' + remoting.HostList.HOSTS_KEY); 125 chrome.storage.local.get(remoting.HostList.HOSTS_KEY, storeHostList); 134 remoting.HostList.prototype.getHostForId = function(hostId) { 149 remoting.HostList [all...] |
/external/chromium/chrome/browser/history/ |
H A D | visit_tracker.h | 52 typedef std::map<const void*, TransitionList*> HostList; typedef in class:history::VisitTracker 60 HostList hosts_;
|
/external/chromium_org/chrome/browser/history/ |
H A D | visit_tracker.h | 51 typedef std::map<const void*, TransitionList*> HostList; typedef in class:history::VisitTracker 59 HostList hosts_;
|
/external/mdnsresponder/mDNSPosix/ |
H A D | NetMonitor.c | 192 } HostList; typedef in typeref:struct:__anon23055 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)
|
Completed in 178 milliseconds