Home | History | Annotate | Download | only in infobars

Lines Matching refs:InfoBarContainer

14 InfoBarContainer::Delegate::~Delegate() {
17 InfoBarContainer::InfoBarContainer(Delegate* delegate)
23 InfoBarContainer::~InfoBarContainer() {
28 void InfoBarContainer::ChangeTabContents(TabContents* contents) {
64 int InfoBarContainer::GetVerticalOverlap(int* total_height) {
82 void InfoBarContainer::SetMaxTopArrowHeight(int height) {
91 void InfoBarContainer::OnInfoBarStateChanged(bool is_animating) {
96 void InfoBarContainer::RemoveDelegate(InfoBarDelegate* delegate) {
100 void InfoBarContainer::RemoveInfoBar(InfoBar* infobar) {
108 void InfoBarContainer::RemoveAllInfoBarsForDestruction() {
118 void InfoBarContainer::Observe(NotificationType type,
145 void InfoBarContainer::RemoveInfoBar(InfoBarDelegate* delegate,
163 void InfoBarContainer::AddInfoBar(InfoBar* infobar,
178 void InfoBarContainer::UpdateInfoBarArrowTargetHeights() {
183 int InfoBarContainer::ArrowTargetHeightForInfoBar(size_t infobar_index) const {