Searched defs:DohProviderEntry (Results 1 – 3 of 3) sorted by relevance
38 struct NET_EXPORT DohProviderEntry { struct42 enum class LoggingLevel {69 static DohProviderEntry ConstructForTesting( argument
334 DohProviderEntry::DohProviderEntry( in DohProviderEntry() function in net::DohProviderEntry
244 struct DohProviderEntry { struct245 std::string provider;246 std::set<std::string> ips;247 std::string host;248 std::string httpsTemplate;249 bool requireRootPermission;251 base::Result<DohIdentity> getDohIdentity(const std::vector<std::string>& sortedValidIps, in getDohIdentity()