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

  /external/chromium/net/url_request/
url_request_filter.cc 43 HostnameHandlerMap::iterator host_it = local
45 if (host_it != hostname_handler_map_.end())
76 HostnameHandlerMap::iterator host_it = local
78 if (host_it != hostname_handler_map_.end())
  /external/chromium/chrome/browser/sidebar/
sidebar_manager.cc 47 ContentIdToSidebarHostMap::iterator host_it =
49 DCHECK(host_it != it->second.content_id_to_sidebar_host.end());
50 return host_it->second;
59 ContentIdToSidebarHostMap::iterator host_it =
61 if (host_it == it->second.content_id_to_sidebar_host.end())
63 return host_it->second;

Completed in 123 milliseconds