Searched refs:GetManager (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/
H A Ddownloads_dom_handler.cc341 (manager == main_notifier_.GetManager()))));
457 main_notifier_.GetManager()->RemoveAllDownloads();
461 if (original_notifier_.get() && original_notifier_->GetManager())
462 original_notifier_->GetManager()->RemoveAllDownloads();
475 content::DownloadManager* manager = main_notifier_.GetManager();
501 if (main_notifier_.GetManager()) {
502 main_notifier_.GetManager()->GetAllDownloads(&all_items);
503 main_notifier_.GetManager()->CheckForHistoryFilesRemoval();
505 if (original_notifier_.get() && original_notifier_->GetManager()) {
506 original_notifier_->GetManager()
[all...]
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dtest_guest_view_manager.cc77 return GetManager(context);
83 TestGuestViewManager* TestGuestViewManagerFactory::GetManager( function in class:extensions::TestGuestViewManagerFactory
H A Dtest_guest_view_manager.h45 TestGuestViewManager* GetManager(content::BrowserContext* context);
/external/chromium_org/chrome/browser/apps/
H A Dapp_view_browsertest.cc63 return GetManager(context);
66 TestGuestViewManager* GetManager(content::BrowserContext* context) { function in class:__anon2894::TestGuestViewManagerFactory
88 return factory_.GetManager(browser()->profile());
H A Dweb_view_interactive_browsertest.cc104 return GetManager(context);
107 TestGuestViewManager* GetManager(content::BrowserContext* context) { function in class:TestGuestViewManagerFactory
133 return factory_.GetManager(browser()->profile());
/external/chromium_org/chrome/browser/download/
H A Ddownload_history.cc216 notifier_.GetManager()->GetAllDownloads(&items);
219 OnDownloadCreated(notifier_.GetManager(), *it);
257 if (!notifier_.GetManager())
262 content::DownloadItem* item = notifier_.GetManager()->CreateDownloadItem(
291 notifier_.GetManager()->CheckForHistoryFilesRemoval();
332 if (!notifier_.GetManager())
335 content::DownloadItem* item = notifier_.GetManager()->GetDownload(
368 OnDownloadUpdated(notifier_.GetManager(), item);
399 OnDownloadRemoved(notifier_.GetManager(), item);
H A Ddownload_status_updater.cc68 if ((*it)->GetManager()) {
70 (*it)->GetManager()->GetAllDownloads(&items);
H A Dall_download_item_notifier.h15 // Clients should use GetManager() instead of storing their own pointer to the
65 content::DownloadManager* GetManager() const { return manager_; } function in class:AllDownloadItemNotifier
/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddownload_handler.cc335 if (manager_id == notifier_->GetManager())
336 return notifier_->GetManager();
337 if (notifier_incognito_ && manager_id == notifier_incognito_->GetManager())
338 return notifier_incognito_->GetManager();
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc779 *GetManager(),
786 *GetManager(),
875 GetManager()->AddObserver(this);
965 return !ShouldShowSpinner() && GetManager()->IsCountryOfInterest("US");
1676 if (HasInvalidAddress(*GetManager()->GetProfileByGUID(item_key)))
1788 CreditCard* card = GetManager()->GetCreditCardByGUID(item_key);
1793 AutofillProfile* profile = GetManager()->GetProfileByGUID(item_key);
2137 GetManager()->GetCreditCardSuggestions(AutofillType(type),
2144 GetManager()->GetProfileSuggestions(
2199 GetManager()
2853 PersonalDataManager* AutofillDialogControllerImpl::GetManager() const { function in class:autofill::AutofillDialogControllerImpl
[all...]
H A Dautofill_dialog_controller_impl.h254 virtual PersonalDataManager* GetManager() const;
H A Dautofill_dialog_controller_browsertest.cc229 virtual PersonalDataManager* GetManager() const OVERRIDE {
H A Dautofill_dialog_controller_unittest.cc344 virtual PersonalDataManager* GetManager() const OVERRIDE {
/external/lldb/include/lldb/Core/
H A DBroadcaster.h442 BroadcasterManager *GetManager();
H A DValueObject.h1270 GetManager() function in class:lldb_private::ValueObject
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.cc1747 DownloadManager* manager = notifier_.GetManager();
/external/lldb/source/Core/
H A DValueObject.cpp78 m_manager(parent.GetManager()),

Completed in 1689 milliseconds