Searched refs:UsingHttpProxyType (Results 1 – 9 of 9) sorted by relevance
34 enum class UsingHttpProxyType { enum72 void SetUsingHttpProxyType(UsingHttpProxyType type);114 [[nodiscard]] UsingHttpProxyType GetUsingHttpProxyType() const;152 UsingHttpProxyType usingHttpProxyType_;
34 enum class UsingHttpProxyType { enum82 void SetUsingHttpProxyType(UsingHttpProxyType type);128 [[nodiscard]] UsingHttpProxyType GetUsingHttpProxyType() const;166 UsingHttpProxyType usingHttpProxyType_;
31 usingHttpProxyType_(UsingHttpProxyType::USE_DEFAULT), in HttpRequest()166 void HttpRequest::SetUsingHttpProxyType(UsingHttpProxyType type) in SetUsingHttpProxyType()171 UsingHttpProxyType HttpRequest::GetUsingHttpProxyType() const in GetUsingHttpProxyType()
399 options.SetUsingHttpProxyType(UsingHttpProxyType::USE_SPECIFIED); in ParseUsingHttpProxy()410 …UsingHttpProxyType usingType = useDefault ? UsingHttpProxyType::USE_DEFAULT : UsingHttpProxyType::… in ParseUsingHttpProxy()
470 if (context->options.GetUsingHttpProxyType() == UsingHttpProxyType::USE_DEFAULT) { in GetHttpProxyInfo()481 } else if (context->options.GetUsingHttpProxyType() == UsingHttpProxyType::USE_SPECIFIED) { in GetHttpProxyInfo()
39 usingHttpProxyType_(UsingHttpProxyType::USE_DEFAULT), in HttpRequestOptions()180 void HttpRequestOptions::SetUsingHttpProxyType(UsingHttpProxyType type) in SetUsingHttpProxyType()185 UsingHttpProxyType HttpRequestOptions::GetUsingHttpProxyType() const in GetUsingHttpProxyType()
330 …UsingHttpProxyType usingType = usingProxy ? UsingHttpProxyType::USE_DEFAULT : UsingHttpProxyType::… in ParseUsingHttpProxy()354 options.SetUsingHttpProxyType(UsingHttpProxyType::USE_SPECIFIED); in ParseUsingHttpProxy()
169 requestOptions.SetUsingHttpProxyType(UsingHttpProxyType::USE_SPECIFIED); in SetUsingHttpProxyTypeFuzzTest()
761 if (context->options.GetUsingHttpProxyType() == UsingHttpProxyType::USE_DEFAULT) { in AddCurlHandle()772 } else if (context->options.GetUsingHttpProxyType() == UsingHttpProxyType::USE_SPECIFIED) { in AddCurlHandle()