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

  /external/chromium/chrome/browser/download/
download_status_updater.h 24 void RemoveDelegate(DownloadStatusUpdaterDelegate* delegate);
download_status_updater.cc 23 void DownloadStatusUpdater::RemoveDelegate(
download_status_updater_unittest.cc 29 updater_->RemoveDelegate(this);
download_manager.cc 62 status_updater_->RemoveDelegate(this);
    [all...]
  /external/chromium/chrome/browser/ui/gtk/infobars/
infobar_container_gtk.h 37 void RemoveDelegate(InfoBarDelegate* delegate);
infobar_container_gtk.cc 108 void InfoBarContainerGtk::RemoveDelegate(InfoBarDelegate* delegate) {
infobar_gtk.cc 137 container_->RemoveDelegate(delegate_);
  /external/chromium_org/chrome/browser/ui/gtk/infobars/
infobar_container_gtk.h 50 void RemoveDelegate(InfoBarDelegate* delegate);
  /external/chromium/chrome/browser/ui/views/infobars/
infobar_container.h 78 void RemoveDelegate(InfoBarDelegate* delegate);
infobar.cc 64 container_->RemoveDelegate(delegate_);
infobar_container.cc 96 void InfoBarContainer::RemoveDelegate(InfoBarDelegate* delegate) {
  /external/chromium_org/content/renderer/media/
video_capture_message_filter.h 64 void RemoveDelegate(Delegate* delegate);
video_capture_message_filter_unittest.cc 204 filter->RemoveDelegate(&delegate1);
211 filter->RemoveDelegate(&delegate2);
video_capture_message_filter.cc 31 void VideoCaptureMessageFilter::RemoveDelegate(Delegate* delegate) {
video_capture_impl.cc 455 message_filter_->RemoveDelegate(this);
  /external/chromium_org/chrome_frame/
chrome_frame_automation.h 224 void RemoveDelegate(LaunchDelegate* delegate, base::WaitableEvent* done,
chrome_frame_automation.cc 364 void AutomationProxyCacheEntry::RemoveDelegate(LaunchDelegate* delegate,
494 base::Bind(&AutomationProxyCacheEntry::RemoveDelegate,
    [all...]

Completed in 204 milliseconds