Searched refs:host_it (Results 1 – 2 of 2) sorted by relevance
43 HostnameHandlerMap::iterator host_it = in AddHostnameHandler() local45 if (host_it != hostname_handler_map_.end()) in AddHostnameHandler()76 HostnameHandlerMap::iterator host_it = in AddUrlHandler() local78 if (host_it != hostname_handler_map_.end()) in AddUrlHandler()
47 ContentIdToSidebarHostMap::iterator host_it = in GetActiveSidebarContainerFor() local49 DCHECK(host_it != it->second.content_id_to_sidebar_host.end()); in GetActiveSidebarContainerFor()50 return host_it->second; in GetActiveSidebarContainerFor()59 ContentIdToSidebarHostMap::iterator host_it = in GetSidebarContainerFor() local61 if (host_it == it->second.content_id_to_sidebar_host.end()) in GetSidebarContainerFor()63 return host_it->second; in GetSidebarContainerFor()