Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/components/cronet/android/
H A Dcronet_url_request_adapter.cc208 bool was_cached, in OnReceivedRedirect()
226 bool was_cached, in OnResponseStarted()
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_response_info.h89 bool was_cached = false; variable
/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request.h516 bool was_cached() const { return response_info_.was_cached; } in was_cached() function