GetManager        223 chrome/browser/chromeos/drive/download_handler.cc   DownloadManager* manager = notifier_->GetManager();
GetManager        304 chrome/browser/chromeos/drive/download_handler.cc   DownloadManager* manager = notifier_->GetManager();
GetManager         65 chrome/browser/download/all_download_item_notifier.h   content::DownloadManager* GetManager() const { return manager_; }
GetManager        199 chrome/browser/download/download_history.cc   notifier_.GetManager()->GetAllDownloads(&items);
GetManager        202 chrome/browser/download/download_history.cc     OnDownloadCreated(notifier_.GetManager(), *it);
GetManager        227 chrome/browser/download/download_history.cc   if (!notifier_.GetManager())
GetManager        232 chrome/browser/download/download_history.cc     content::DownloadItem* item = notifier_.GetManager()->CreateDownloadItem(
GetManager        258 chrome/browser/download/download_history.cc   notifier_.GetManager()->CheckForHistoryFilesRemoval();
GetManager        299 chrome/browser/download/download_history.cc   if (!notifier_.GetManager())
GetManager        302 chrome/browser/download/download_history.cc   content::DownloadItem* item = notifier_.GetManager()->GetDownload(
GetManager        335 chrome/browser/download/download_history.cc   OnDownloadUpdated(notifier_.GetManager(), item);
GetManager        365 chrome/browser/download/download_history.cc     OnDownloadRemoved(notifier_.GetManager(), item);
GetManager         68 chrome/browser/download/download_status_updater.cc     if ((*it)->GetManager()) {
GetManager         70 chrome/browser/download/download_status_updater.cc       (*it)->GetManager()->GetAllDownloads(&items);
GetManager       1706 chrome/browser/extensions/api/downloads/downloads_api.cc   DownloadManager* manager = notifier_.GetManager();
GetManager        663 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc       *GetManager(),
GetManager        667 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc       *GetManager(),
GetManager        727 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc       GetManager()->GetDefaultCountryCodeForNewAddress());
GetManager        735 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc   GetManager()->AddObserver(this);
GetManager        825 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc   return !ShouldShowSpinner() && GetManager()->IsCountryOfInterest("US");
GetManager       1530 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc     if (HasInvalidAddress(*GetManager()->GetProfileByGUID(item_key)))
GetManager       1642 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc     CreditCard* card = GetManager()->GetCreditCardByGUID(item_key);
GetManager       1647 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc   AutofillProfile* profile = GetManager()->GetProfileByGUID(item_key);
GetManager       1993 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc     GetManager()->GetCreditCardSuggestions(AutofillType(type),
GetManager       2000 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc     GetManager()->GetProfileSuggestions(
GetManager       2055 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc   GetManager()->RemoveObserver(this);
GetManager       2283 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc           GetManager()->GetCreditCardByGUID(pair.first)));
GetManager       2286 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc           GetManager()->GetProfileByGUID(pair.first),
GetManager       2921 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc       PersonalDataManager* manager = GetManager();
GetManager       3098 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc         std::string guid = GetManager()->SaveImportedCreditCard(card);
GetManager       3119 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc         std::string guid = GetManager()->SaveImportedProfile(profile);
GetManager       3926 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc       AutofillProfile* profile = GetManager()->GetProfileByGUID(item_key);
GetManager        254 chrome/browser/ui/autofill/autofill_dialog_controller_impl.h   virtual PersonalDataManager* GetManager() const;
GetManager        337 chrome/browser/ui/webui/downloads_dom_handler.cc           (manager == main_notifier_.GetManager()))));
GetManager        453 chrome/browser/ui/webui/downloads_dom_handler.cc     main_notifier_.GetManager()->RemoveAllDownloads();
GetManager        457 chrome/browser/ui/webui/downloads_dom_handler.cc     if (original_notifier_.get() && original_notifier_->GetManager())
GetManager        458 chrome/browser/ui/webui/downloads_dom_handler.cc       original_notifier_->GetManager()->RemoveAllDownloads();
GetManager        471 chrome/browser/ui/webui/downloads_dom_handler.cc   content::DownloadManager* manager = main_notifier_.GetManager();
GetManager        497 chrome/browser/ui/webui/downloads_dom_handler.cc   if (main_notifier_.GetManager()) {
GetManager        498 chrome/browser/ui/webui/downloads_dom_handler.cc     main_notifier_.GetManager()->GetAllDownloads(&all_items);
GetManager        499 chrome/browser/ui/webui/downloads_dom_handler.cc     main_notifier_.GetManager()->CheckForHistoryFilesRemoval();
GetManager        501 chrome/browser/ui/webui/downloads_dom_handler.cc   if (original_notifier_.get() && original_notifier_->GetManager()) {
GetManager        502 chrome/browser/ui/webui/downloads_dom_handler.cc     original_notifier_->GetManager()->GetAllDownloads(&all_items);
GetManager        503 chrome/browser/ui/webui/downloads_dom_handler.cc     original_notifier_->GetManager()->CheckForHistoryFilesRemoval();
GetManager        519 chrome/browser/ui/webui/downloads_dom_handler.cc           main_notifier_.GetManager() &&
GetManager        520 chrome/browser/ui/webui/downloads_dom_handler.cc           (main_notifier_.GetManager()->GetDownload((*iter)->GetId()) ==
GetManager        543 chrome/browser/ui/webui/downloads_dom_handler.cc   if (main_notifier_.GetManager())
GetManager        544 chrome/browser/ui/webui/downloads_dom_handler.cc     item = main_notifier_.GetManager()->GetDownload(download_id);
GetManager        545 chrome/browser/ui/webui/downloads_dom_handler.cc   if (!item && original_notifier_.get() && original_notifier_->GetManager())
GetManager        546 chrome/browser/ui/webui/downloads_dom_handler.cc     item = original_notifier_->GetManager()->GetDownload(download_id);
GetManager        554 chrome/browser/ui/webui/downloads_dom_handler.cc   content::DownloadManager* manager = main_notifier_.GetManager();
GetManager        566 chrome/browser/ui/webui/downloads_dom_handler.cc   if (main_notifier_.GetManager())
GetManager        567 chrome/browser/ui/webui/downloads_dom_handler.cc     item = main_notifier_.GetManager()->GetDownload(download_id);
GetManager        568 chrome/browser/ui/webui/downloads_dom_handler.cc   if (!item && original_notifier_.get() && original_notifier_->GetManager())
GetManager        569 chrome/browser/ui/webui/downloads_dom_handler.cc     item = original_notifier_->GetManager()->GetDownload(download_id);