Home
last modified time | relevance | path

Searched refs:GenerateHeaders (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/libcef/common/net/
Dhttp_header_utils.h18 std::string GenerateHeaders(const HeaderMap& map);
Dhttp_header_utils.cc17 std::string GenerateHeaders(const HeaderMap& map) { in GenerateHeaders() function
/third_party/cef/libcef/common/
Drequest_impl.cc448 headers.AddHeadersFromString(HttpHeaderUtils::GenerateHeaders(headermap_)); in Get()
622 params->headers = HttpHeaderUtils::GenerateHeaders(headermap_); in Get()