HomeSort by relevance Sort by last modified time
    Searched refs:GoogleUpdate (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/google/
google_update.h 87 class GoogleUpdate : public base::RefCountedThreadSafe<GoogleUpdate> {
89 GoogleUpdate();
105 friend class base::RefCountedThreadSafe<GoogleUpdate>;
107 virtual ~GoogleUpdate();
129 // This function reports the results of the GoogleUpdate operation to the
143 DISALLOW_COPY_AND_ASSIGN(GoogleUpdate);
google_update.cc 242 // GoogleUpdate, public:
244 GoogleUpdate::GoogleUpdate()
248 GoogleUpdate::~GoogleUpdate() {
252 // GoogleUpdate, views::DialogDelegate implementation:
254 void GoogleUpdate::CheckForUpdate(bool install_if_newer, Window* window) {
260 this, &GoogleUpdate::InitiateGoogleUpdateCheck, install_if_newer,
265 // GoogleUpdate, private:
267 bool GoogleUpdate::InitiateGoogleUpdateCheck(bool install_if_newer
    [all...]
  /external/chromium/chrome/browser/chromeos/
google_update_chromeos.cc 21 // GoogleUpdate, public:
23 GoogleUpdate::GoogleUpdate()
28 GoogleUpdate::~GoogleUpdate() {
32 // GoogleUpdate, views::DialogDelegate implementation:
34 void GoogleUpdate::CheckForUpdate(bool install_if_newer, Window* window) {
40 this, &GoogleUpdate::InitiateGoogleUpdateCheck, install_if_newer,
45 // GoogleUpdate, private:
47 bool GoogleUpdate::InitiateGoogleUpdateCheck(bool install_if_newer
    [all...]
  /external/chromium/chrome/browser/ui/views/
about_chrome_view.h 144 scoped_refptr<GoogleUpdate> google_updater_;
about_chrome_view.cc 130 google_updater_ = new GoogleUpdate();
731 google_updater_ = new GoogleUpdate();
    [all...]

Completed in 114 milliseconds