Home | History | Annotate | Download | only in update_manager

Lines Matching refs:Variable

45 class UpdaterVariableBase : public Variable<T> {
49 : Variable<T>(name, mode), system_state_(system_state) {}
86 // A variable reporting the time when a last update check was issued.
104 // A variable reporting the update (download) progress as a decimal fraction
131 // A variable reporting the stage in which the update process is.
180 // A variable reporting the version number that an update is updating to.
198 // A variable reporting the size of the update being processed in bytes.
222 // A variable reporting the point in time an update last completed in the
300 // A variable class for reading Boolean prefs values.
321 // Reads the actual value from the Prefs instance and updates the Variable
344 // A variable returning the number of consecutive failed update checks.
363 // A variable returning the server-dictated poll interval.
382 // An async variable that tracks changes to forced update requests.