Searched defs:StreamRequestInfo (Results 1 – 2 of 2) sorted by relevance
75 struct NET_EXPORT StreamRequestInfo { struct80 StreamRequestInfo& operator=(const StreamRequestInfo& other); argument82 StreamRequestInfo& operator=(StreamRequestInfo&& other); argument86 std::string method;87 NetworkAnonymizationKey network_anonymization_key;91 bool is_http1_allowed = true;93 int load_flags = 0;94 PrivacyMode privacy_mode = PRIVACY_MODE_DISABLED;95 SecureDnsPolicy secure_dns_policy = SecureDnsPolicy::kAllow;96 SocketTag socket_tag;
55 HttpStreamFactory::StreamRequestInfo::StreamRequestInfo( in StreamRequestInfo() function in net::HttpStreamFactory::StreamRequestInfo