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

  /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/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...]

Completed in 1007 milliseconds