Searched defs:MK_SCHM (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/chromeos/
H A Dproxy_config_service_impl_unittest.cc43 #define MK_SCHM(scheme) net::ProxyServer::SCHEME_##scheme macro
293 SetManualProxy(input.mode, source, input.single_uri, MK_SCHM(HTTP),
297 SetManualProxy(input.mode, source, input.http_uri, MK_SCHM(HTTP),
299 SetManualProxy(input.mode, source, input.https_uri, MK_SCHM(HTTPS),
301 SetManualProxy(input.mode, source, input.ftp_uri, MK_SCHM(HTTP),
303 SetManualProxy(input.mode, source, input.socks_uri, MK_SCHM(SOCKS5),
362 net::ProxyServer::Scheme net_scheme = MK_SCHM(HTTP);
364 net_scheme = MK_SCHM(HTTP);
366 net_scheme = MK_SCHM(HTTPS);
368 net_scheme = MK_SCHM(SOCKS
[all...]

Completed in 37 milliseconds