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

  /external/chromium_org/chrome/browser/ui/webui/
downloads_dom_handler.cc 337 (manager == main_notifier_.GetManager()))));
453 main_notifier_.GetManager()->RemoveAllDownloads();
457 if (original_notifier_.get() && original_notifier_->GetManager())
458 original_notifier_->GetManager()->RemoveAllDownloads();
471 content::DownloadManager* manager = main_notifier_.GetManager();
497 if (main_notifier_.GetManager()) {
498 main_notifier_.GetManager()->GetAllDownloads(&all_items);
499 main_notifier_.GetManager()->CheckForHistoryFilesRemoval();
501 if (original_notifier_.get() && original_notifier_->GetManager()) {
502 original_notifier_->GetManager()->GetAllDownloads(&all_items)
    [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 759 *GetManager(),
763 *GetManager(),
846 GetManager()->AddObserver(this);
    [all...]
autofill_dialog_controller_impl.h 249 virtual PersonalDataManager* GetManager() const;
    [all...]
autofill_dialog_controller_browsertest.cc 230 virtual PersonalDataManager* GetManager() const OVERRIDE {
    [all...]
autofill_dialog_controller_unittest.cc 343 virtual PersonalDataManager* GetManager() const OVERRIDE {
    [all...]
  /external/chromium_org/chrome/browser/apps/
web_view_interactive_browsertest.cc 78 return GetManager(context);
81 TestGuestViewManager* GetManager(content::BrowserContext* context) {
107 return factory_.GetManager(browser()->profile());
    [all...]
web_view_browsertest.cc 137 return GetManager(context);
140 TestGuestViewManager* GetManager(content::BrowserContext* context) {
725 return factory_.GetManager(browser()->profile());
    [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 455 milliseconds