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

  /external/chromium/chrome/browser/tab_contents/
confirm_infobar_delegate.cc 46 bool ConfirmInfoBarDelegate::EqualsDelegate(InfoBarDelegate* delegate) const {
confirm_infobar_delegate.h 64 virtual bool EqualsDelegate(InfoBarDelegate* delegate) const OVERRIDE;
infobar_delegate.h 66 virtual bool EqualsDelegate(InfoBarDelegate* delegate) const;
infobar_delegate.cc 18 bool InfoBarDelegate::EqualsDelegate(InfoBarDelegate* delegate) const {
  /external/chromium_org/chrome/browser/infobars/
confirm_infobar_delegate.h 71 virtual bool EqualsDelegate(InfoBarDelegate* delegate) const OVERRIDE;
confirm_infobar_delegate.cc 61 bool ConfirmInfoBarDelegate::EqualsDelegate(InfoBarDelegate* delegate) const {
infobar_delegate.h 72 virtual bool EqualsDelegate(InfoBarDelegate* delegate) const;
infobar_delegate.cc 30 bool InfoBarDelegate::EqualsDelegate(InfoBarDelegate* delegate) const {
infobar_service.cc 27 if ((*i)->EqualsDelegate(infobar.get())) {
  /external/chromium/chrome/browser/extensions/
extension_infobar_delegate.h 47 virtual bool EqualsDelegate(InfoBarDelegate* delegate) const;
extension_infobar_delegate.cc 42 bool ExtensionInfoBarDelegate::EqualsDelegate(InfoBarDelegate* delegate) const {
  /external/chromium_org/chrome/browser/
three_d_api_observer.cc 39 virtual bool EqualsDelegate(InfoBarDelegate* delegate) const OVERRIDE;
86 bool ThreeDAPIInfoBarDelegate::EqualsDelegate(InfoBarDelegate* delegate) const {
  /external/chromium_org/chrome/browser/extensions/
extension_infobar_delegate.h 63 virtual bool EqualsDelegate(InfoBarDelegate* delegate) const OVERRIDE;
extension_infobar_delegate.cc 75 bool ExtensionInfoBarDelegate::EqualsDelegate(InfoBarDelegate* delegate) const {

Completed in 118 milliseconds