Home | History | Annotate | Download | only in core

Lines Matching defs:InfoBar

5 #include "components/infobars/core/infobar.h"
17 InfoBar::InfoBar(scoped_ptr<InfoBarDelegate> delegate)
32 InfoBar::~InfoBar() {
37 SkColor InfoBar::GetTopColor(InfoBarDelegate::Type infobar_type) {
47 SkColor InfoBar::GetBottomColor(InfoBarDelegate::Type infobar_type) {
56 void InfoBar::SetOwner(InfoBarManager* owner) {
63 void InfoBar::Show(bool animate) {
73 void InfoBar::Hide(bool animate) {
83 MaybeDelete(); // Necessary if the infobar was already closing.
87 void InfoBar::SetArrowTargetHeight(int height) {
97 void InfoBar::CloseSoon() {
103 void InfoBar::RemoveSelf() {
108 void InfoBar::SetBarTargetHeight(int height) {
115 void InfoBar::AnimationProgressed(const gfx::Animation* animation) {
119 void InfoBar::AnimationEnded(const gfx::Animation* animation) {
123 // bother to re-layout the content area for the new infobar size.)
128 void InfoBar::RecalculateHeights(bool force_notify) {
143 // When the infobar is not animating (i.e. fully open), we set the
154 // line above the infobar.
171 void InfoBar::MaybeDelete() {