Searched refs:defaultUseGlobalHttpProxy_ (Results 1 – 2 of 2) sorted by relevance
136 if (!defaultUseGlobalHttpProxy_) { in SendProbe()137 defaultUseGlobalHttpProxy_ = true; in SendProbe()682 if (!globalHttpProxy_.GetHost().empty() && defaultUseGlobalHttpProxy_) { in LoadProxy()696 defaultUseGlobalHttpProxy_ = false; in ProbeWithoutGlobalHttpProxy()
84 bool defaultUseGlobalHttpProxy_ = true; variable