Searched defs:CheckForUpdate (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/help/
H A Dversion_updater_basic.cc11 void VersionUpdaterBasic::CheckForUpdate( function in class:VersionUpdaterBasic
H A Dversion_updater_chromeos.cc129 void VersionUpdaterCros::CheckForUpdate(const StatusCallback& callback) { function in class:VersionUpdaterCros
243 CheckForUpdate(callback_);
H A Dversion_updater_win.cc42 virtual void CheckForUpdate(const StatusCallback& callback) OVERRIDE;
134 void VersionUpdaterWin::CheckForUpdate(const StatusCallback& callback) { function in class:__anon5485::VersionUpdaterWin
151 google_updater_->CheckForUpdate(false, GetElevationParent());
191 google_updater_->CheckForUpdate(true, GetElevationParent());
/external/chromium_org/chrome/browser/google/
H A Dgoogle_update_win.cc242 void GoogleUpdate::CheckForUpdate(bool install_if_newer, HWND window) { function in class:GoogleUpdate
328 hr = on_demand->CheckForUpdate(app_guid.c_str(), job_observer);

Completed in 63 milliseconds