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

  /external/chromium/chrome/browser/automation/
testing_automation_provider_chromeos.cc 14 #include "chrome/browser/chromeos/cros/update_library.h"
103 UpdateLibrary* update_library = CrosLibrary::Get()->GetUpdateLibrary(); local
104 const UpdateLibrary::Status& status = update_library->status();
487 UpdateLibrary* update_library = CrosLibrary::Get()->GetUpdateLibrary();
489 update_library->GetReleaseTrack(GetReleaseTrackCallback, reply);
498 UpdateLibrary* update_library = CrosLibrary::Get()->GetUpdateLibrary();
500 update_library->RequestUpdateCheck(UpdateCheckCallback, reply);
515 UpdateLibrary* update_library = CrosLibrary::Get()->GetUpdateLibrary(); local
516 update_library->SetReleaseTrack(track);
  /external/chromium/chrome/browser/ui/webui/options/
about_page_handler.cc 38 #include "chrome/browser/chromeos/cros/update_library.h"
283 chromeos::UpdateLibrary* update_library = local
287 update_library->AddObserver(update_observer_.get());
290 UpdateStatus(update_library->status());
300 update_library->GetReleaseTrack(UpdateSelectedChannel,
  /external/chromium/chrome/browser/chromeos/login/
update_screen.cc 221 UpdateLibrary* update_library = CrosLibrary::Get()->GetUpdateLibrary(); local
222 switch (update_library->status().status) {

Completed in 60 milliseconds