Home
last modified time | relevance | path

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

/external/cronet/net/http/
Dhttp_request_info.h86 int reporting_upload_depth = 0; member
/external/cronet/net/network_error_logging/
Dnetwork_error_logging_service.h142 int reporting_upload_depth; member
/external/cronet/net/url_request/
Durl_request.h393 int reporting_upload_depth() const { return reporting_upload_depth_; } in reporting_upload_depth() function
Durl_request.cc506 void URLRequest::set_reporting_upload_depth(int reporting_upload_depth) { in set_reporting_upload_depth()