/external/chromium_org/chrome/browser/ui/webui/ |
D | downloads_dom_handler.cc | 337 (manager == main_notifier_.GetManager())))); in OnDownloadUpdated() 453 main_notifier_.GetManager()->RemoveAllDownloads(); in HandleClearAll() 457 if (original_notifier_.get() && original_notifier_->GetManager()) in HandleClearAll() 458 original_notifier_->GetManager()->RemoveAllDownloads(); in HandleClearAll() 471 content::DownloadManager* manager = main_notifier_.GetManager(); in HandleOpenDownloadsFolder() 497 if (main_notifier_.GetManager()) { in SendCurrentDownloads() 498 main_notifier_.GetManager()->GetAllDownloads(&all_items); in SendCurrentDownloads() 499 main_notifier_.GetManager()->CheckForHistoryFilesRemoval(); in SendCurrentDownloads() 501 if (original_notifier_.get() && original_notifier_->GetManager()) { in SendCurrentDownloads() 502 original_notifier_->GetManager()->GetAllDownloads(&all_items); in SendCurrentDownloads() [all …]
|
/external/chromium_org/chrome/browser/policy/cloud/ |
D | user_policy_signin_service_base.cc | 59 UserCloudPolicyManager* manager = GetManager(); in FetchPolicyForSignedInUser() 133 UserCloudPolicyManager* manager = GetManager(); in PrepareForUserCloudPolicyManagerShutdown() 151 DCHECK(!GetManager() || !GetManager()->core()->client()); in CreateClientForRegistrationOnly() 154 if (!GetManager() || !ShouldLoadPolicyForUser(username)) { in CreateClientForRegistrationOnly() 181 if (!GetManager() || !GetSigninManager()) { in InitializeOnProfileReady() 208 UserCloudPolicyManager* manager = GetManager(); in InitializeForSignedInUser() 233 UserCloudPolicyManager* manager = GetManager(); in InitializeUserCloudPolicyManager() 249 UserCloudPolicyManager* manager = GetManager(); in ShutdownUserCloudPolicyManager() 254 UserCloudPolicyManager* UserPolicySigninServiceBase::GetManager() { in GetManager() function in policy::UserPolicySigninServiceBase
|
D | user_policy_signin_service.cc | 108 if (!GetManager()) { in OnRefreshTokenAvailable() 131 UserCloudPolicyManager* manager = GetManager(); in ShutdownUserCloudPolicyManager() 140 UserCloudPolicyManager* manager = GetManager(); in OnInitializationCompleted() 163 DCHECK(!GetManager()->IsClientRegistered()); in RegisterCloudPolicyService() 172 GetManager()->core()->client(), in RegisterCloudPolicyService() 188 if (GetManager()->IsClientRegistered()) { in ProhibitSignoutIfNeeded()
|
D | user_policy_signin_service_android.cc | 99 UserCloudPolicyManager* manager = GetManager(); in OnInitializationCompleted() 143 DCHECK(!GetManager()->IsClientRegistered()); in RegisterCloudPolicyService() 144 DCHECK(GetManager()->core()->client()); in RegisterCloudPolicyService() 152 GetManager()->core()->client(), in RegisterCloudPolicyService()
|
D | user_policy_signin_service_base.h | 148 UserCloudPolicyManager* GetManager();
|
/external/chromium_org/chrome/browser/download/ |
D | download_history.cc | 199 notifier_.GetManager()->GetAllDownloads(&items); in DownloadHistory() 202 OnDownloadCreated(notifier_.GetManager(), *it); in DownloadHistory() 227 if (!notifier_.GetManager()) in QueryCallback() 232 content::DownloadItem* item = notifier_.GetManager()->CreateDownloadItem( in QueryCallback() 258 notifier_.GetManager()->CheckForHistoryFilesRemoval(); in QueryCallback() 299 if (!notifier_.GetManager()) in ItemAdded() 302 content::DownloadItem* item = notifier_.GetManager()->GetDownload( in ItemAdded() 335 OnDownloadUpdated(notifier_.GetManager(), item); in ItemAdded() 365 OnDownloadRemoved(notifier_.GetManager(), item); in OnDownloadUpdated()
|
D | download_status_updater.cc | 68 if ((*it)->GetManager()) { in GetProgress() 70 (*it)->GetManager()->GetAllDownloads(&items); in GetProgress()
|
D | all_download_item_notifier.h | 65 content::DownloadManager* GetManager() const { return manager_; } in GetManager() function
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
D | download_handler.cc | 223 DownloadManager* manager = notifier_->GetManager(); in RemoveDownload() 304 DownloadManager* manager = notifier_->GetManager(); in SetCacheFilePath()
|
/external/chromium_org/chrome/browser/ui/autofill/ |
D | autofill_dialog_controller_impl.cc | 639 GetManager()->AddObserver(this); in Show() 1526 CreditCard* card = GetManager()->GetCreditCardByGUID(item_key); in CreateWrapper() 1531 AutofillProfile* profile = GetManager()->GetProfileByGUID(item_key); in CreateWrapper() 1867 GetManager()->GetCreditCardSuggestions(AutofillType(type), in UserEditedOrActivatedInput() 1880 GetManager()->GetProfileSuggestions(AutofillType(type), in UserEditedOrActivatedInput() 1939 GetManager()->RemoveObserver(this); in ViewClosed() 2156 GetManager()->GetCreditCardByGUID(pair.first))); in DidAcceptSuggestion() 2159 GetManager()->GetProfileByGUID(pair.first), in DidAcceptSuggestion() 2527 country_combobox_model_(*GetManager()), in AutofillDialogControllerImpl() 2551 PersonalDataManager* AutofillDialogControllerImpl::GetManager() const { in GetManager() function in autofill::AutofillDialogControllerImpl [all …]
|
D | autofill_dialog_controller_impl.h | 249 virtual PersonalDataManager* GetManager() const;
|
D | autofill_dialog_controller_browsertest.cc | 211 virtual PersonalDataManager* GetManager() const OVERRIDE { in GetManager() function in autofill::__anon1579e5da0111::TestAutofillDialogController
|
D | autofill_dialog_controller_unittest.cc | 307 virtual PersonalDataManager* GetManager() const OVERRIDE { in GetManager() function in autofill::__anon559e36960111::TestAutofillDialogController
|
/external/chromium_org/chrome/browser/extensions/api/downloads/ |
D | downloads_api.cc | 1710 DownloadManager* manager = notifier_.GetManager(); in OnListenerRemoved()
|