Home | History | Annotate | Download | only in google

Lines Matching full:update

29   // An update is available.
42 // Google Update only supports upgrading if Chrome is installed in the default
46 // Failed to create Google Update JobServer COM class.
48 // Failed to create Google Update OnDemand COM class.
50 // Google Update OnDemand COM class reported an error during a check for
51 // update (or while upgrading).
57 // An error occurred while upgrading (or while checking for update).
58 // Check the Google Update log in %TEMP% for more details.
65 // notifications about the results of an Google Update operation.
68 // This function is called when Google Update has finished its operation and
71 // specifies what new version Google Update detected (or installed). This
72 // value can be a blank string, if the version tag in the Update{} block
73 // (in Google Update's server config for Chrome) is blank.
81 // The Google Update class is responsible for communicating with Google Update
91 // Ask Google Update to see if a new version is available. If the parameter
92 // |install_if_newer| is true then Google Update will also install that new
113 // This function reports failure from the Google Update operation to the
121 // We need to run the update check on another thread than the main thread, and
136 // Which version string Google Update found (if a new one was available).