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

  /external/chromium/chrome/browser/chromeos/
update_observer.cc 16 UpdateObserver::UpdateObserver(Profile* profile)
20 UpdateObserver::~UpdateObserver() {
24 void UpdateObserver::UpdateStatusChanged(UpdateLibrary* library) {
update_observer.h 21 class UpdateObserver : public UpdateLibrary::Observer {
23 explicit UpdateObserver(Profile* profile);
24 virtual ~UpdateObserver();
31 DISALLOW_COPY_AND_ASSIGN(UpdateObserver);
  /external/chromium/chrome/browser/ui/webui/options/
about_page_handler.cc 69 class AboutPageHandler::UpdateObserver
72 explicit UpdateObserver(AboutPageHandler* handler) : page_handler_(handler) {}
73 virtual ~UpdateObserver() {}
84 DISALLOW_COPY_AND_ASSIGN(UpdateObserver);
286 update_observer_.reset(new UpdateObserver(this));
443 UpdateObserver* observer = static_cast<UpdateObserver*>(user_data);

Completed in 44 milliseconds