Lines Matching full:infobar
5 #include "chrome/browser/ui/views/infobars/infobar.h"
13 InfoBar::InfoBar(InfoBarDelegate* delegate)
26 InfoBar::~InfoBar() {
29 void InfoBar::Show(bool animate) {
38 void InfoBar::Hide(bool animate) {
48 void InfoBar::SetArrowTargetHeight(int height) {
58 void InfoBar::AnimationProgressed(const ui::Animation* animation) {
62 void InfoBar::RemoveInfoBar() {
67 void InfoBar::SetBarTargetHeight(int height) {
74 int InfoBar::OffsetY(const gfx::Size& prefsize) const {
80 void InfoBar::AnimationEnded(const ui::Animation* animation) {
84 // bother to re-layout the content area for the new infobar size.)
89 void InfoBar::RecalculateHeights(bool force_notify) {
104 // When the infobar is not animating (i.e. fully open), we set the
115 // line above the infobar.
133 void InfoBar::MaybeDelete() {