Searched defs:InfoBarDelegate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/infobars/core/
H A Dinfobar_delegate.cc15 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
102 InfoBarDelegate::InfoBarDelegate() : contents_unique_id_(0) { function in class:infobars::InfoBarDelegate
[all...]
H A Dinfobar_delegate.h40 class InfoBarDelegate { class in namespace:infobars
76 virtual ~InfoBarDelegate();
86 virtual bool EqualsDelegate(InfoBarDelegate* delegate) const;
122 // to determine if this InfoBarDelegate should be expired.
130 InfoBarDelegate();
146 DISALLOW_COPY_AND_ASSIGN(InfoBarDelegate);

Completed in 115 milliseconds