Searched refs:GetHeaderValue (Results 1 – 3 of 3) sorted by relevance
/third_party/cef/tests/ceftests/ |
D | server_unittest.cc | 749 std::string GetHeaderValue(const CefServer::HeaderMap& header_map, in GetHeaderValue() function 767 GetHeaderValue(header_map, "Content-Type").c_str()); in VerifyHttpServerResponse() 779 GetHeaderValue(header_map, "Content-Type").c_str()); in VerifyHttpServerResponse() 781 EXPECT_TRUE(GetHeaderValue(header_map, "Content-Length").empty()); in VerifyHttpServerResponse() 783 EXPECT_FALSE(GetHeaderValue(header_map, "Content-Length").empty()); in VerifyHttpServerResponse()
|
D | urlrequest_unittest.cc | 454 std::string GetHeaderValue(const CefRequest::HeaderMap& header_map, in GetHeaderValue() function 480 EXPECT_FALSE(GetHeaderValue(headerMap, "user-agent").empty()); in VerifyNormalRequest() 486 GetHeaderValue(headerMap, "accept-language").c_str()); in VerifyNormalRequest() 489 EXPECT_FALSE(GetHeaderValue(headerMap, "accept-encoding").empty()); in VerifyNormalRequest() 491 GetHeaderValue(headerMap, "host").c_str()); in VerifyNormalRequest() 495 const std::string& cookie_value = GetHeaderValue(headerMap, "cookie"); in VerifyNormalRequest()
|
D | cookie_unittest.cc | 1107 std::string GetHeaderValue(const CefServer::HeaderMap& header_map, in GetHeaderValue() function 1128 const std::string& cookie_str = GetHeaderValue(headerMap, "Cookie"); in Open() 1361 const std::string& cookie_str = GetHeaderValue(headerMap, "cookie"); in HandleRequest()
|