Home | History | Annotate | Download | only in proxy

Lines Matching refs:scheme

28                                 ProxyServer::Scheme default_scheme) {
66 const ProxyList* entry = MapUrlSchemeToProxyList(url.scheme());
71 // scheme. Default to direct.
114 // Trim whitespace off the url scheme.
117 // Add it to the per-scheme mappings (if supported scheme).
120 ProxyServer::Scheme default_scheme = ProxyServer::SCHEME_HTTP;
123 // is not a URL scheme. Rather this means "for everything else, send
150 return NULL; // No mapping for this scheme. Use direct.
165 const std::string& scheme) {
167 if (scheme == "http")
169 if (scheme == "https")
171 if (scheme == "ftp")
173 return NULL; // No mapping for this scheme.