EffectiveIntPort  354 chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc   EXPECT_EQ(443 ,proxies[0].EffectiveIntPort());
EffectiveIntPort  356 chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc   EXPECT_EQ(80, proxies[1].EffectiveIntPort());
EffectiveIntPort  378 chrome/browser/sync/glue/sync_backend_host_core.cc                       options->service_url.EffectiveIntPort(),
EffectiveIntPort  383 components/url_matcher/url_matcher.cc             url.EffectiveIntPort()) {
EffectiveIntPort  404 components/url_matcher/url_matcher.cc             url.EffectiveIntPort()) {
EffectiveIntPort  566 components/url_matcher/url_matcher.cc   int port = url.EffectiveIntPort();
EffectiveIntPort  499 extensions/common/url_pattern.cc   if (!MatchesPortPattern(base::IntToString(test.EffectiveIntPort())))
EffectiveIntPort   23 net/base/host_port_pair.cc   return HostPortPair(url.HostNoBrackets(), url.EffectiveIntPort());
EffectiveIntPort 1463 net/base/net_util.cc                             url.EffectiveIntPort());
EffectiveIntPort   74 net/base/sdch_manager.cc   if (!ports_.empty() && 0 == ports_.count(target_url.EffectiveIntPort()))
EffectiveIntPort  144 net/base/sdch_manager.cc       && 0 == ports.count(dictionary_url.EffectiveIntPort())) {
EffectiveIntPort  170 net/base/sdch_manager.cc       && 0 == ports_.count(referring_url.EffectiveIntPort())) {
EffectiveIntPort  146 net/http/http_auth_handler_negotiate.cc   int port = origin.EffectiveIntPort();
EffectiveIntPort 1086 net/http/http_network_transaction.cc                                        request_->url.EffectiveIntPort());
EffectiveIntPort  200 net/http/http_stream_factory_impl.cc                                      original_url.EffectiveIntPort());
EffectiveIntPort  144 net/http/http_stream_factory_impl_job.cc                    request_info_.url.EffectiveIntPort());
EffectiveIntPort  612 net/http/http_stream_factory_impl_job.cc   int port = request_info_.url.EffectiveIntPort();
EffectiveIntPort   30 net/proxy/proxy_bypass_rules.cc     if (optional_port_ != -1 && url.EffectiveIntPort() != optional_port_)
EffectiveIntPort   97 net/socket/client_socket_pool_manager.cc                    request_url.EffectiveIntPort());
EffectiveIntPort  248 net/tools/quic/test_tools/quic_test_client.cc                        url.EffectiveIntPort(),
EffectiveIntPort  317 url/gurl.h       int EffectiveIntPort() const;
EffectiveIntPort  420 url/gurl_unittest.cc TEST(GURLTest, EffectiveIntPort) {
EffectiveIntPort  460 url/gurl_unittest.cc     EXPECT_EQ(port_tests[i].expected_int_port, url.EffectiveIntPort());