Home
last modified time | relevance | path

Searched defs:reporting_upload_depth (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_request_info.h91 int reporting_upload_depth = 0; member
/aosp_15_r20/external/cronet/net/network_error_logging/
H A Dnetwork_error_logging_service.h142 int reporting_upload_depth; member
/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request.h391 int reporting_upload_depth() const { return reporting_upload_depth_; } in reporting_upload_depth() function
H A Durl_request.cc500 void URLRequest::set_reporting_upload_depth(int reporting_upload_depth) { in set_reporting_upload_depth()