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

  /external/chromium_org/net/quic/
quic_stream_factory.cc 576 if (!ContainsKey(canonical_hostname_to_origin_map_, canonical_host_port)) {
579 canonical_hostname_to_origin_map_[canonical_host_port] =
585 canonical_hostname_to_origin_map_[canonical_host_port];
596 canonical_hostname_to_origin_map_[canonical_host_port] = host_port_proxy_pair;
quic_stream_factory.h 184 // canonical server config data from |canonical_hostname_to_origin_map_| for
219 CanonicalHostMap canonical_hostname_to_origin_map_; member in class:net::QuicStreamFactory

Completed in 32 milliseconds