HomeSort by relevance Sort by last modified time
    Searched defs:InfoBarDelegate (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/infobars/core/
infobar_delegate.cc 15 const int InfoBarDelegate::kNoIconID = 0;
17 InfoBarDelegate::~InfoBarDelegate() {
20 InfoBarDelegate::InfoBarAutomationType
21 InfoBarDelegate::GetInfoBarAutomationType() const {
25 bool InfoBarDelegate::EqualsDelegate(InfoBarDelegate* delegate) const {
29 bool InfoBarDelegate::ShouldExpire(const NavigationDetails& details) const {
36 void InfoBarDelegate::InfoBarDismissed() {
39 int InfoBarDelegate::GetIconID() const
    [all...]
infobar_delegate.h 37 class InfoBarDelegate {
73 virtual ~InfoBarDelegate();
83 virtual bool EqualsDelegate(InfoBarDelegate* delegate) const;
119 // to determine if this InfoBarDelegate should be expired.
127 InfoBarDelegate();
143 DISALLOW_COPY_AND_ASSIGN(InfoBarDelegate);

Completed in 154 milliseconds