IsPortAllowedByDefault 223 content/renderer/pepper/pepper_websocket_host.cc if (!net::IsPortAllowedByDefault(gurl.IntPort())) IsPortAllowedByDefault 1383 net/base/net_util.cc return IsPortAllowedByDefault(port); IsPortAllowedByDefault 343 net/base/net_util.h NET_EXPORT bool IsPortAllowedByDefault(int port); IsPortAllowedByDefault 624 net/http/http_stream_factory_impl_job.cc bool is_port_allowed = IsPortAllowedByDefault(port); IsPortAllowedByDefault 584 net/http/http_stream_factory_impl_unittest.cc ASSERT_FALSE(IsPortAllowedByDefault(7));