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

/external/chromium/chrome/browser/tab_contents/
H A Dinfobar_delegate.h30 // When creating your InfoBarDelegate subclass, it is recommended that you
38 // one does finally fully close InfoBarDelegate::InfoBarClosed() is called,
45 class InfoBarDelegate { class
54 virtual ~InfoBarDelegate();
66 virtual bool EqualsDelegate(InfoBarDelegate* delegate) const;
101 explicit InfoBarDelegate(TabContents* contents);
104 // be used later upon navigation to determine if this InfoBarDelegate should
113 DISALLOW_COPY_AND_ASSIGN(InfoBarDelegate);
H A Dinfobar_delegate.cc13 // InfoBarDelegate ------------------------------------------------------------
15 InfoBarDelegate::~InfoBarDelegate() {
18 bool InfoBarDelegate::EqualsDelegate(InfoBarDelegate* delegate) const {
22 bool InfoBarDelegate::ShouldExpire(
29 void InfoBarDelegate::InfoBarDismissed() {
32 void InfoBarDelegate::InfoBarClosed() {
35 SkBitmap* InfoBarDelegate::GetIcon() const {
39 InfoBarDelegate
69 InfoBarDelegate::InfoBarDelegate(TabContents* contents) function in class:InfoBarDelegate
[all...]
/external/chromium_org/chrome/browser/infobars/
H A Dinfobar_delegate.cc18 // InfoBarDelegate ------------------------------------------------------------
20 const int InfoBarDelegate::kNoIconID = 0;
22 InfoBarDelegate::~InfoBarDelegate() {
25 InfoBarDelegate::InfoBarAutomationType
26 InfoBarDelegate::GetInfoBarAutomationType() const {
30 bool InfoBarDelegate::EqualsDelegate(InfoBarDelegate* delegate) const {
34 bool InfoBarDelegate::ShouldExpire(
42 void InfoBarDelegate
103 InfoBarDelegate::InfoBarDelegate(InfoBarService* owner) function in class:InfoBarDelegate
[all...]
H A Dinfobar_delegate.h34 class InfoBarDelegate { class
53 virtual ~InfoBarDelegate();
72 virtual bool EqualsDelegate(InfoBarDelegate* delegate) const;
116 explicit InfoBarDelegate(InfoBarService* owner);
119 // later upon navigation to determine if this InfoBarDelegate should be
141 DISALLOW_COPY_AND_ASSIGN(InfoBarDelegate);

Completed in 80 milliseconds