Home | History | Annotate | Download | only in infobars

Lines Matching refs:InfoBarContainer

23 InfoBarContainer::Delegate::~Delegate() {
26 InfoBarContainer::InfoBarContainer(Delegate* delegate)
32 InfoBarContainer::~InfoBarContainer() {
37 void InfoBarContainer::ChangeInfoBarService(InfoBarService* infobar_service) {
63 int InfoBarContainer::GetVerticalOverlap(int* total_height) {
81 void InfoBarContainer::SetMaxTopArrowHeight(int height) {
90 void InfoBarContainer::OnInfoBarStateChanged(bool is_animating) {
97 void InfoBarContainer::RemoveInfoBar(InfoBar* infobar) {
105 void InfoBarContainer::RemoveAllInfoBarsForDestruction() {
120 void InfoBarContainer::Observe(int type,
151 void InfoBarContainer::ReplaceInfoBar(InfoBarDelegate* old_delegate,
162 InfoBar* InfoBarContainer::FindInfoBar(InfoBarDelegate* delegate) {
176 size_t InfoBarContainer::HideInfoBar(InfoBar* infobar, bool use_animation) {
189 void InfoBarContainer::HideAllInfoBars() {
200 void InfoBarContainer::AddInfoBar(InfoBar* infobar,
217 void InfoBarContainer::UpdateInfoBarArrowTargetHeights() {
222 int InfoBarContainer::ArrowTargetHeightForInfoBar(size_t infobar_index) const {