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 75 virtual bool EqualsDelegate(InfoBarDelegate* delegate) const OVERRIDE;
confirm_infobar_delegate.cc 61 bool ConfirmInfoBarDelegate::EqualsDelegate(InfoBarDelegate* delegate) const {
infobar_delegate.h 66 virtual bool EqualsDelegate(InfoBarDelegate* delegate) const;
infobar_delegate.cc 31 bool InfoBarDelegate::EqualsDelegate(InfoBarDelegate* delegate) const {
infobar_service.cc 26 if ((*i)->delegate()->EqualsDelegate(infobar->delegate())) {
  /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 56 virtual bool EqualsDelegate(InfoBarDelegate* delegate) const OVERRIDE;
extension_infobar_delegate.cc 63 bool ExtensionInfoBarDelegate::EqualsDelegate(InfoBarDelegate* delegate) const {

Completed in 243 milliseconds