Searched refs:cache_control (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/content/browser/fileapi/ |
D | file_system_url_request_job_unittest.cc | 264 std::string cache_control; in TEST_F() local 265 request_->GetResponseHeaderByName("cache-control", &cache_control); in TEST_F() 266 EXPECT_EQ("no-cache", cache_control); in TEST_F() 432 std::string cache_control; in TEST_F() local 433 request_->GetResponseHeaderByName("cache-control", &cache_control); in TEST_F() 434 EXPECT_EQ("no-cache", cache_control); in TEST_F()
|
/external/chromium_org/storage/browser/fileapi/ |
D | file_system_url_request_job.cc | 49 std::string cache_control(net::HttpRequestHeaders::kCacheControl); in CreateHttpResponseHeaders() local 50 cache_control.append(": no-cache"); in CreateHttpResponseHeaders() 51 headers->AddHeader(cache_control); in CreateHttpResponseHeaders()
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/ |
D | android_platform_backend.py | 26 from pylib.perf import cache_control # pylint: disable=F0401 199 cache = cache_control.CacheControl(self._device)
|
/external/chromium_org/third_party/webrtc/base/ |
D | httpclient.cc | 97 HttpAttributeList cache_control; in HttpGetCacheState() local 99 HttpParseAttributes(s_temp.data(), s_temp.size(), cache_control); in HttpGetCacheState() 132 if (HttpHasAttribute(cache_control, "max-age", &s_temp)) { in HttpGetCacheState()
|
/external/chromium_org/chrome/browser/extensions/api/dial/ |
D | dial_service.cc | 361 std::string cache_control; in ParseResponse() local 362 GetHeader(headers.get(), kSsdpCacheControlHeader, &cache_control); in ParseResponse()
|
/external/chromium_org/net/http/ |
D | http_response_headers_unittest.cc | 46 void InitializeHeadersWithCacheControl(const char* cache_control) { in InitializeHeadersWithCacheControl() argument 49 raw_headers += cache_control; in InitializeHeadersWithCacheControl()
|
/external/chromium_org/components/nacl/renderer/ |
D | ppb_nacl_private_impl.cc | 1524 std::string cache_control = in didReceiveResponse() local 1528 base::SplitString(cache_control, ',', &values); in didReceiveResponse()
|