Home
last modified time | relevance | path

Searched refs:MaxUploadsEnabled (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/libcef/common/
Dcef_crash_report_upload_thread.cc29 if (MaxUploadsEnabled()) { in ProcessPendingReports()
112 if (MaxUploadsEnabled()) in ProcessPendingReport()
141 bool CefCrashReportUploadThread::MaxUploadsEnabled() const { in MaxUploadsEnabled() function in CefCrashReportUploadThread
146 return MaxUploadsEnabled() && recent_upload_ct_ >= max_uploads_; in MaxUploadsExceeded()
Dcef_crash_report_upload_thread.h31 bool MaxUploadsEnabled() const;