Home
last modified time | relevance | path

Searched refs:RemoveDelegate (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/content/renderer/media/
Dvideo_capture_message_filter_unittest.cc132 filter->RemoveDelegate(&delegate1); in TEST()
137 filter->RemoveDelegate(&delegate2); in TEST()
Dvideo_capture_message_filter.h58 void RemoveDelegate(Delegate* delegate);
Dvideo_capture_message_filter.cc31 void VideoCaptureMessageFilter::RemoveDelegate(Delegate* delegate) { in RemoveDelegate() function in content::VideoCaptureMessageFilter
Dvideo_capture_impl.cc405 message_filter_->RemoveDelegate(this); in RemoveDelegateOnIOThread()
/external/chromium/chrome/browser/download/
Ddownload_status_updater.h24 void RemoveDelegate(DownloadStatusUpdaterDelegate* delegate);
Ddownload_status_updater.cc23 void DownloadStatusUpdater::RemoveDelegate( in RemoveDelegate() function in DownloadStatusUpdater
Ddownload_status_updater_unittest.cc29 updater_->RemoveDelegate(this); in ~MockDelegate()
Ddownload_manager.cc62 status_updater_->RemoveDelegate(this); in ~DownloadManager()
/external/chromium/chrome/browser/ui/gtk/infobars/
Dinfobar_container_gtk.h37 void RemoveDelegate(InfoBarDelegate* delegate);
Dinfobar_container_gtk.cc108 void InfoBarContainerGtk::RemoveDelegate(InfoBarDelegate* delegate) { in RemoveDelegate() function in InfoBarContainerGtk
Dinfobar_gtk.cc137 container_->RemoveDelegate(delegate_); in RemoveInfoBar()
/external/chromium_org/chrome/browser/ui/gtk/infobars/
Dinfobar_container_gtk.h50 void RemoveDelegate(InfoBarDelegate* delegate);
/external/chromium_org/content/renderer/media/android/
Drenderer_demuxer_android.h40 void RemoveDelegate(int demuxer_client_id);
Drenderer_demuxer_android.cc36 void RendererDemuxerAndroid::RemoveDelegate(int demuxer_client_id) { in RemoveDelegate() function in content::RendererDemuxerAndroid
Dmedia_source_delegate.cc120 demuxer_client_->RemoveDelegate(demuxer_client_id_); in StopDemuxer()
/external/chromium/chrome/browser/ui/views/infobars/
Dinfobar_container.h78 void RemoveDelegate(InfoBarDelegate* delegate);
Dinfobar.cc64 container_->RemoveDelegate(delegate_); in RemoveInfoBar()
Dinfobar_container.cc96 void InfoBarContainer::RemoveDelegate(InfoBarDelegate* delegate) { in RemoveDelegate() function in InfoBarContainer
/external/chromium_org/chrome_frame/
Dchrome_frame_automation.h224 void RemoveDelegate(LaunchDelegate* delegate, base::WaitableEvent* done,
Dchrome_frame_automation.cc364 void AutomationProxyCacheEntry::RemoveDelegate(LaunchDelegate* delegate, in RemoveDelegate() function in AutomationProxyCacheEntry
494 base::Bind(&AutomationProxyCacheEntry::RemoveDelegate, in ReleaseAutomationServer()