Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/url_request/
H A Dredirect_util_unittest.cc25 const char kContentLocation[] = "Content-Location"; in TEST() local
108 request_headers.SetHeader(kContentLocation, kContentLocationValue); in TEST()
136 request_headers.GetHeader(kContentLocation, &content_location)); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/url_request/
H A Dredirect_util_unittest.cc25 const char kContentLocation[] = "Content-Location"; in TEST() local
108 request_headers.SetHeader(kContentLocation, kContentLocationValue); in TEST()
136 request_headers.GetHeader(kContentLocation, &content_location)); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/web_request/
H A Dweb_request_api_helpers.h65 kContentLocation = 14, enumerator
124 kContentLocation = 20, enumerator
H A Dweb_request_api_helpers.cc137 {"content-location", RequestHeaderType::kContentLocation},
261 {"content-location", ResponseHeaderType::kContentLocation},
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/web_request/
H A Dweb_request_api_helpers.h70 kContentLocation = 14, enumerator
129 kContentLocation = 20, enumerator
H A Dweb_request_api_helpers.cc145 {"content-location", RequestHeaderType::kContentLocation},
284 {"content-location", ResponseHeaderType::kContentLocation},
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/download/
H A Dmhtml_generation_manager.cc49 const char kContentLocation[] = "Content-Location: "; variable
836 kContentLocation, part.content_location.c_str(), kContentType, in CreateExtraDataParts()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/download/
H A Dmhtml_generation_manager.cc49 const char kContentLocation[] = "Content-Location: "; variable
810 kContentLocation, part.content_location.c_str(), kContentType, in CreateExtraDataParts()