Home
last modified time | relevance | path

Searched defs:kIfNoneMatch (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_request_headers.h93 static const char kIfNoneMatch[]; variable
H A Dhttp_request_headers.cc63 const char HttpRequestHeaders::kIfNoneMatch[] = "If-None-Match"; member in net::HttpRequestHeaders
/aosp_15_r20/external/libbrillo/brillo/http/
H A Dhttp_request.cc56 const char request_header::kIfNoneMatch[] = "If-None-Match"; member in brillo::http::request_header