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

  /external/chromium_org/chrome/browser/ui/webui/
downloads_dom_handler.cc 341 (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()->GetAllDownloads(&all_items)
    [all...]
  /external/chromium_org/extensions/browser/guest_view/web_view/
test_guest_view_manager.cc 77 return GetManager(context);
83 TestGuestViewManager* TestGuestViewManagerFactory::GetManager(
test_guest_view_manager.h 45 TestGuestViewManager* GetManager(content::BrowserContext* context);
  /external/chromium_org/chrome/browser/apps/
app_view_browsertest.cc 63 return GetManager(context);
66 TestGuestViewManager* GetManager(content::BrowserContext* context) {
88 return factory_.GetManager(browser()->profile());
web_view_interactive_browsertest.cc 104 return GetManager(context);
107 TestGuestViewManager* GetManager(content::BrowserContext* context) {
133 return factory_.GetManager(browser()->profile());
    [all...]
  /external/chromium_org/chrome/browser/download/
download_history.cc 216 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);
download_status_updater.cc 68 if ((*it)->GetManager()) {
70 (*it)->GetManager()->GetAllDownloads(&items);
all_download_item_notifier.h 15 // Clients should use GetManager() instead of storing their own pointer to the
65 content::DownloadManager* GetManager() const { return manager_; }
  /external/chromium_org/chrome/browser/chromeos/drive/
download_handler.cc 335 if (manager_id == notifier_->GetManager())
336 return notifier_->GetManager();
337 if (notifier_incognito_ && manager_id == notifier_incognito_->GetManager())
338 return notifier_incognito_->GetManager();
  /external/lldb/include/lldb/Core/
Broadcaster.h 442 BroadcasterManager *GetManager();
ValueObject.h     [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc 779 *GetManager(),
786 *GetManager(),
    [all...]
autofill_dialog_controller_impl.h 254 virtual PersonalDataManager* GetManager() const;
    [all...]
autofill_dialog_controller_browsertest.cc 229 virtual PersonalDataManager* GetManager() const OVERRIDE {
    [all...]
autofill_dialog_controller_unittest.cc 344 virtual PersonalDataManager* GetManager() const OVERRIDE {
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api.cc     [all...]
  /external/lldb/source/Core/
ValueObject.cpp 78 m_manager(parent.GetManager()),
    [all...]

Completed in 702 milliseconds