Searched defs:GoogleUpdate (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/chromeos/
H A Dgoogle_update_chromeos.cc21 // GoogleUpdate, public:
23 GoogleUpdate::GoogleUpdate() function in class: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
[all...]
/external/chromium/chrome/browser/google/
H A Dgoogle_update.h87 class GoogleUpdate : public base::RefCountedThreadSafe<GoogleUpdate> { class in inherits:base::RefCountedThreadSafe
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);
H A Dgoogle_update.cc242 // GoogleUpdate, public:
244 GoogleUpdate::GoogleUpdate() function in class: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
[all...]

Completed in 35 milliseconds