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

  /external/chromium/chrome/browser/tab_contents/
infobar_delegate.h 30 // When creating your InfoBarDelegate subclass, it is recommended that you
38 // one does finally fully close InfoBarDelegate::InfoBarClosed() is called,
45 class InfoBarDelegate {
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);
infobar_delegate.cc 13 // 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::Type InfoBarDelegate::GetInfoBarType() const
    [all...]
  /external/chromium_org/chrome/browser/infobars/
infobar_delegate.cc 18 // 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::InfoBarDismissed()
    [all...]
infobar_delegate.h 34 class InfoBarDelegate {
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 695 milliseconds