Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_response_headers_unittest.cc60 void InitializeHeadersWithCacheControl(const char* cache_control) { in InitializeHeadersWithCacheControl() function in net::__anon190a03820111::HttpResponseHeadersCacheControlTest
2284 InitializeHeadersWithCacheControl("nocache"); in TEST_F()
2289 InitializeHeadersWithCacheControl("max-age=,private"); in TEST_F()
2294 InitializeHeadersWithCacheControl("max-age= ,private"); in TEST_F()
2299 InitializeHeadersWithCacheControl("max-age=1 2"); in TEST_F()
2304 InitializeHeadersWithCacheControl("max-age=-7"); in TEST_F()
2310 InitializeHeadersWithCacheControl("max-age = 7"); in TEST_F()
2316 InitializeHeadersWithCacheControl("max-age= 7 "); in TEST_F()
2321 InitializeHeadersWithCacheControl("max-age=10, max-age=20"); in TEST_F()
2328 InitializeHeadersWithCacheControl( in TEST_F()
[all …]