Home | History | Annotate | Download | only in proxy

Lines Matching defs:ProxyInfo

11 ProxyInfo::ProxyInfo()
18 ProxyInfo::~ProxyInfo() {
21 void ProxyInfo::Use(const ProxyInfo& other) {
32 void ProxyInfo::UseDirect() {
37 void ProxyInfo::UseDirectWithBypassedProxy() {
42 void ProxyInfo::UseNamedProxy(const std::string& proxy_uri_list) {
47 void ProxyInfo::UseProxyServer(const ProxyServer& proxy_server) {
52 void ProxyInfo::UsePacString(const std::string& pac_string) {
57 void ProxyInfo::UseProxyList(const ProxyList& proxy_list) {
62 std::string ProxyInfo::ToPacString() const {
66 bool ProxyInfo::Fallback(const BoundNetLog& net_log) {
70 void ProxyInfo::DeprioritizeBadProxies(
75 void ProxyInfo::RemoveProxiesWithoutScheme(int scheme_bit_field) {
79 void ProxyInfo::Reset() {