/external/chromium_org/content/renderer/media/ |
D | video_capture_message_filter_unittest.cc | 132 filter->RemoveDelegate(&delegate1); in TEST() 137 filter->RemoveDelegate(&delegate2); in TEST()
|
D | video_capture_message_filter.h | 58 void RemoveDelegate(Delegate* delegate);
|
D | video_capture_message_filter.cc | 31 void VideoCaptureMessageFilter::RemoveDelegate(Delegate* delegate) { in RemoveDelegate() function in content::VideoCaptureMessageFilter
|
D | video_capture_impl.cc | 405 message_filter_->RemoveDelegate(this); in RemoveDelegateOnIOThread()
|
/external/chromium/chrome/browser/download/ |
D | download_status_updater.h | 24 void RemoveDelegate(DownloadStatusUpdaterDelegate* delegate);
|
D | download_status_updater.cc | 23 void DownloadStatusUpdater::RemoveDelegate( in RemoveDelegate() function in DownloadStatusUpdater
|
D | download_status_updater_unittest.cc | 29 updater_->RemoveDelegate(this); in ~MockDelegate()
|
D | download_manager.cc | 62 status_updater_->RemoveDelegate(this); in ~DownloadManager()
|
/external/chromium/chrome/browser/ui/gtk/infobars/ |
D | infobar_container_gtk.h | 37 void RemoveDelegate(InfoBarDelegate* delegate);
|
D | infobar_container_gtk.cc | 108 void InfoBarContainerGtk::RemoveDelegate(InfoBarDelegate* delegate) { in RemoveDelegate() function in InfoBarContainerGtk
|
D | infobar_gtk.cc | 137 container_->RemoveDelegate(delegate_); in RemoveInfoBar()
|
/external/chromium_org/chrome/browser/ui/gtk/infobars/ |
D | infobar_container_gtk.h | 50 void RemoveDelegate(InfoBarDelegate* delegate);
|
/external/chromium_org/content/renderer/media/android/ |
D | renderer_demuxer_android.h | 40 void RemoveDelegate(int demuxer_client_id);
|
D | renderer_demuxer_android.cc | 36 void RendererDemuxerAndroid::RemoveDelegate(int demuxer_client_id) { in RemoveDelegate() function in content::RendererDemuxerAndroid
|
D | media_source_delegate.cc | 120 demuxer_client_->RemoveDelegate(demuxer_client_id_); in StopDemuxer()
|
/external/chromium/chrome/browser/ui/views/infobars/ |
D | infobar_container.h | 78 void RemoveDelegate(InfoBarDelegate* delegate);
|
D | infobar.cc | 64 container_->RemoveDelegate(delegate_); in RemoveInfoBar()
|
D | infobar_container.cc | 96 void InfoBarContainer::RemoveDelegate(InfoBarDelegate* delegate) { in RemoveDelegate() function in InfoBarContainer
|
/external/chromium_org/chrome_frame/ |
D | chrome_frame_automation.h | 224 void RemoveDelegate(LaunchDelegate* delegate, base::WaitableEvent* done,
|
D | chrome_frame_automation.cc | 364 void AutomationProxyCacheEntry::RemoveDelegate(LaunchDelegate* delegate, in RemoveDelegate() function in AutomationProxyCacheEntry 494 base::Bind(&AutomationProxyCacheEntry::RemoveDelegate, in ReleaseAutomationServer()
|