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

  /external/chromium_org/net/spdy/
hpack_huffman_aggregator.cc 53 request.url.EffectiveIntPort());
112 request.url.EffectiveIntPort());
122 referer.EffectiveIntPort());
  /external/chromium_org/net/base/
host_port_pair.cc 23 return HostPortPair(url.HostNoBrackets(), url.EffectiveIntPort());
sdch_manager.cc 76 if (!ports_.empty() && 0 == ports_.count(target_url.EffectiveIntPort()))
144 && 0 == ports.count(dictionary_url.EffectiveIntPort())) {
168 && 0 == ports_.count(referring_url.EffectiveIntPort())) {
net_util.cc 396 url.EffectiveIntPort());
  /external/chromium_org/url/
gurl.h 318 int EffectiveIntPort() const;
gurl_unittest.cc 471 TEST(GURLTest, EffectiveIntPort) {
511 EXPECT_EQ(port_tests[i].expected_int_port, url.EffectiveIntPort());
gurl.cc 386 int GURL::EffectiveIntPort() const {
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_settings_unittest.cc 102 EXPECT_EQ(443 ,proxies[0].EffectiveIntPort());
104 EXPECT_EQ(80, proxies[1].EffectiveIntPort());
  /external/chromium_org/net/http/
http_auth_handler_negotiate.cc 146 int port = origin.EffectiveIntPort();
http_stream_factory_impl.cc 189 original_url.EffectiveIntPort());
http_stream_factory_impl_job.cc 140 request_info_.url.EffectiveIntPort());
623 int port = request_info_.url.EffectiveIntPort();
    [all...]
http_network_transaction.cc     [all...]
  /external/chromium_org/net/proxy/
proxy_bypass_rules.cc 30 if (optional_port_ != -1 && url.EffectiveIntPort() != optional_port_)
  /external/chromium_org/components/url_matcher/
url_matcher.cc 390 url.EffectiveIntPort()) {
411 url.EffectiveIntPort()) {
692 int port = url.EffectiveIntPort();
    [all...]
  /external/chromium_org/extensions/common/
url_pattern.cc 514 if (!MatchesPortPattern(base::IntToString(test.EffectiveIntPort())))
  /external/chromium_org/net/socket/
client_socket_pool_manager.cc 97 request_url.EffectiveIntPort());
  /external/chromium_org/net/tools/quic/test_tools/
quic_test_client.cc 257 url.EffectiveIntPort(),
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_core.cc 408 options->service_url.EffectiveIntPort(),

Completed in 1097 milliseconds