Home
last modified time | relevance | path

Searched refs:IsPortAllowedByDefault (Results 1 – 3 of 3) sorted by relevance

/external/chromium/net/base/
Dnet_util.h284 bool IsPortAllowedByDefault(int port);
Dnet_util.cc1574 bool IsPortAllowedByDefault(int port) { in IsPortAllowedByDefault() function
1592 return IsPortAllowedByDefault(port); in IsPortAllowedByFtp()
/external/chromium/net/url_request/
Durl_request_http_job.cc171 if (!IsPortAllowedByDefault(port) && !IsPortAllowedByOverride(port)) in Factory()