Home | History | Annotate | Download | only in infobars

Lines Matching refs:InfoBar

21 class InfoBar : public ui::AnimationDelegate {
23 explicit InfoBar(InfoBarDelegate* delegate);
24 virtual ~InfoBar();
38 // Makes the infobar visible. If |animate| is true, the infobar is then
42 // Makes the infobar hidden. If |animate| is true, the infobar is first
43 // animated to zero size. Once the infobar is hidden, it is removed from its
47 // Changes the target height of the arrow portion of the infobar. This has no
48 // effect once the infobar is animating closed.
62 // Called when the user closes the infobar, notifies the delegate we've been
66 // Changes the target height of the main ("bar") portion of the infobar.
112 DISALLOW_COPY_AND_ASSIGN(InfoBar);