Searched defs:install_if_newer (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/chromeos/
H A Dgoogle_update_chromeos.cc34 void GoogleUpdate::CheckForUpdate(bool install_if_newer, Window* window) { argument
40 this, &GoogleUpdate::InitiateGoogleUpdateCheck, install_if_newer,
47 bool GoogleUpdate::InitiateGoogleUpdateCheck(bool install_if_newer, argument
53 if (install_if_newer) {
/external/chromium/chrome/browser/google/
H A Dgoogle_update.cc254 void GoogleUpdate::CheckForUpdate(bool install_if_newer, Window* window) { argument
260 this, &GoogleUpdate::InitiateGoogleUpdateCheck, install_if_newer,
267 bool GoogleUpdate::InitiateGoogleUpdateCheck(bool install_if_newer, argument
307 if (!install_if_newer) {
328 if (!install_if_newer)

Completed in 90 milliseconds