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

  /external/chromium/chrome/browser/ui/views/
about_chrome_view.cc 130 google_updater_ = new GoogleUpdate();
131 google_updater_->set_status_listener(this);
144 if (google_updater_)
145 google_updater_->set_status_listener(NULL);
540 google_updater_->CheckForUpdate(false, window());
545 google_updater_->CheckForUpdate(false, window());
689 google_updater_ = NULL;
730 DCHECK(!google_updater_); // Should have been nulled out already.
731 google_updater_ = new GoogleUpdate();
732 google_updater_->set_status_listener(this)
    [all...]
about_chrome_view.h 144 scoped_refptr<GoogleUpdate> google_updater_; member in class:AboutChromeView

Completed in 463 milliseconds