Home | History | Annotate | Download | only in proxy

Lines Matching defs:ProxyInfo

11 ProxyInfo::ProxyInfo() : config_id_(ProxyConfig::INVALID_ID) {
14 ProxyInfo::~ProxyInfo() {
17 void ProxyInfo::Use(const ProxyInfo& other) {
21 void ProxyInfo::UseDirect() {
25 void ProxyInfo::UseNamedProxy(const std::string& proxy_uri_list) {
29 void ProxyInfo::UseProxyServer(const ProxyServer& proxy_server) {
33 std::string ProxyInfo::ToPacString() const {
37 bool ProxyInfo::Fallback(ProxyRetryInfoMap* proxy_retry_info) {
41 void ProxyInfo::DeprioritizeBadProxies(
46 void ProxyInfo::RemoveProxiesWithoutScheme(int scheme_bit_field) {