Home | History | Annotate | Download | only in infobars

Lines Matching full:infobar

5 #include "chrome/browser/infobars/infobar.h"
15 InfoBar::InfoBar(scoped_ptr<InfoBarDelegate> delegate)
30 InfoBar::~InfoBar() {
35 SkColor InfoBar::GetTopColor(InfoBarDelegate::Type infobar_type) {
45 SkColor InfoBar::GetBottomColor(InfoBarDelegate::Type infobar_type) {
54 void InfoBar::SetOwner(InfoBarService* owner) {
61 void InfoBar::Show(bool animate) {
71 void InfoBar::Hide(bool animate) {
81 MaybeDelete(); // Necessary if the infobar was already closing.
85 void InfoBar::SetArrowTargetHeight(int height) {
95 void InfoBar::CloseSoon() {
101 void InfoBar::RemoveSelf() {
106 void InfoBar::SetBarTargetHeight(int height) {
113 void InfoBar::AnimationProgressed(const gfx::Animation* animation) {
117 void InfoBar::AnimationEnded(const gfx::Animation* animation) {
121 // bother to re-layout the content area for the new infobar size.)
126 void InfoBar::RecalculateHeights(bool force_notify) {
141 // When the infobar is not animating (i.e. fully open), we set the
152 // line above the infobar.
169 void InfoBar::MaybeDelete() {