Searched defs:kLastModified (Results 1 – 4 of 4) sorted by relevance
| /external/cronet/net/http/ | ||
| D | http_response_headers.h | 66 static const char kLastModified[]; variable |
| D | http_response_headers.cc | 143 const char HttpResponseHeaders::kLastModified[] = "Last-Modified"; member in net::HttpResponseHeaders |
| D | http_util_unittest.cc | 1509 const char* const kLastModified = "Tue, 15 Nov 1994 12:45:26 GMT"; in TEST() local |
| /external/libbrillo/brillo/http/ | ||
| D | http_request.cc | 59 const char request_header::kLastModified[] = "Last-Modified"; member in brillo::http::request_header |