Searched refs:EffectiveIntPort (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium/net/base/
H A Dhost_port_pair.cc21 return HostPortPair(url.HostNoBrackets(), url.EffectiveIntPort());
H A Dsdch_manager.cc66 if (!ports_.empty() && 0 == ports_.count(target_url.EffectiveIntPort()))
133 && 0 == ports.count(dictionary_url.EffectiveIntPort())) {
157 && 0 == ports_.count(referring_url.EffectiveIntPort())) {
/external/chromium_org/net/base/
H A Dhost_port_pair.cc22 return HostPortPair(url.HostNoBrackets(), url.EffectiveIntPort());
H A Dsdch_manager.cc69 if (!ports_.empty() && 0 == ports_.count(target_url.EffectiveIntPort()))
137 && 0 == ports.count(dictionary_url.EffectiveIntPort())) {
161 && 0 == ports_.count(referring_url.EffectiveIntPort())) {
/external/chromium/googleurl/src/
H A Dgurl.h308 GURL_API int EffectiveIntPort() const;
H A Dgurl_unittest.cc289 TEST(GURLTest, EffectiveIntPort) {
325 EXPECT_EQ(port_tests[i].expected_int_port, url.EffectiveIntPort());
H A Dgurl.cc332 int GURL::EffectiveIntPort() const { function in class:GURL
/external/chromium_org/url/
H A Dgurl.h312 int EffectiveIntPort() const;
H A Dgurl_unittest.cc401 TEST(GURLTest, EffectiveIntPort) {
441 EXPECT_EQ(port_tests[i].expected_int_port, url.EffectiveIntPort());
H A Dgurl.cc373 int GURL::EffectiveIntPort() const { function in class:GURL
/external/chromium_org/components/url_matcher/
H A Durl_matcher.cc383 url.EffectiveIntPort()) {
404 url.EffectiveIntPort()) {
566 int port = url.EffectiveIntPort();
/external/chromium/net/http/
H A Dhttp_auth_handler_negotiate.cc142 int port = origin.EffectiveIntPort();
H A Dhttp_stream_factory_impl.cc128 original_url.EffectiveIntPort());
/external/chromium/net/proxy/
H A Dproxy_bypass_rules.cc28 if (optional_port_ != -1 && url.EffectiveIntPort() != optional_port_)
/external/chromium_org/net/http/
H A Dhttp_auth_handler_negotiate.cc146 int port = origin.EffectiveIntPort();
H A Dhttp_stream_factory_impl.cc199 original_url.EffectiveIntPort());
H A Dhttp_stream_factory_impl_job.cc144 request_info_.url.EffectiveIntPort());
626 int port = request_info_.url.EffectiveIntPort();
/external/chromium_org/net/proxy/
H A Dproxy_bypass_rules.cc30 if (optional_port_ != -1 && url.EffectiveIntPort() != optional_port_)
/external/chromium_org/chrome/browser/net/spdyproxy/
H A Ddata_reduction_proxy_settings_unittest.cc306 EXPECT_EQ(443 ,proxies[0].EffectiveIntPort());
308 EXPECT_EQ(80, proxies[1].EffectiveIntPort());
/external/chromium/net/websockets/
H A Dwebsocket_handshake.cc133 int port = url_.EffectiveIntPort();
/external/chromium_org/extensions/common/
H A Durl_pattern.cc498 if (!MatchesPortPattern(base::IntToString(test.EffectiveIntPort())))
/external/chromium_org/net/socket/
H A Dclient_socket_pool_manager.cc97 request_url.EffectiveIntPort());
/external/chromium/net/socket/
H A Dclient_socket_pool_manager.cc82 request_info.url.EffectiveIntPort());
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_host_core.cc365 options->service_url.EffectiveIntPort(),
/external/chromium/chrome/browser/sync/glue/
H A Dsync_backend_host.cc729 options.service_url.EffectiveIntPort(),

Completed in 787 milliseconds

12