Home | History | Annotate | Download | only in infobars

Lines Matching refs:infobar

16 class InfoBar;
34 // The delegate is notified each time the infobar container changes height,
59 // Called by the delegate when the distance between what the top infobar's
60 // "unspoofable" arrow would point to and the top infobar itself changes.
61 // This enables the top infobar to show a longer arrow (e.g. because of a
70 // Called when a contained infobar has animated or by some other means changed
76 // will notify us back and cause us to close the InfoBar. This is called from
77 // the InfoBar's close button handler.
80 // Called by |infobar| to request that it be removed from the container, as it
81 // is about to delete itself. At this point, |infobar| should already be
83 void RemoveInfoBar(InfoBar* infobar);
95 virtual void PlatformSpecificAddInfoBar(InfoBar* infobar) = 0;
96 virtual void PlatformSpecificRemoveInfoBar(InfoBar* infobar) = 0;
99 typedef std::vector<InfoBar*> InfoBars;
106 // Removes an InfoBar for the specified delegate, in response to a
107 // notification from the selected TabContents. The InfoBar's disappearance
111 // Adds |infobar| to this container and calls Show() on it. |animate| is
112 // passed along to infobar->Show(). Depending on the value of
113 // |callback_status|, this calls infobar->set_container(this) either before or
117 void AddInfoBar(InfoBar* infobar,