Home | History | Annotate | Download | only in proxy

Lines Matching refs:scheme

55       const ProxyServer* entry = MapUrlSchemeToProxy(url.scheme());
60 // scheme. Default to direct.
102 // Trim whitespace off the url scheme.
105 // Add it to the per-scheme mappings (if supported scheme).
108 ProxyServer::Scheme default_scheme = ProxyServer::SCHEME_HTTP;
111 // is not a URL scheme. Rather this means "for everything else, send
135 return NULL; // No mapping for this scheme. Use direct.
150 const std::string& scheme) {
152 if (scheme == "http")
154 if (scheme == "https")
156 if (scheme == "ftp")
158 return NULL; // No mapping for this scheme.