Lines Matching full:upload
23 // Determines when an upload should be scheduled. A domain's config will
24 // specify minimum and maximum upload delays; the minimum upload delay ensures
25 // that Chrome will not send too many upload requests to a site by waiting at
26 // least that long after the first beacon, while the maximum upload delay makes
56 // If there is no upload pending, schedules an upload based on the provided
61 // Returns which collector to use for an upload that is about to start. Must
63 // before OnUploadComplete is called. (Also records the upload start time for
64 // future retries, if the upload ends up failing.)
67 // Updates the scheduler state based on the result of an upload. Must be
69 // upload was successful, and false otherwise.
78 // The number of consecutive failures to upload to this collector, or 0 if
79 // the most recent upload succeeded.
98 // beacon arrives or an upload fails, and cleared when an upload starts.
102 // the next upload. Set when an upload is scheduled and cleared when the
103 // upload starts.
106 // Whether the last scheduled upload is in progress. Set when the upload
107 // starts and cleared when the upload completes (successfully or not).
110 // Index of the collector selected for the next upload. (Set in
115 // upload.
118 // first_beacon_time_ saved during uploads. Restored if upload fails.