Searched refs:infobar_index (Results 1 – 3 of 3) sorted by relevance
183 int InfoBarContainer::ArrowTargetHeightForInfoBar(size_t infobar_index) const { in ArrowTargetHeightForInfoBar()186 if (infobar_index == 0) in ArrowTargetHeightForInfoBar()190 if ((infobar_index > 1) || first_infobar_animation->IsShowing()) in ArrowTargetHeightForInfoBar()
122 int ArrowTargetHeightForInfoBar(size_t infobar_index) const;
2400 size_t infobar_index = static_cast<size_t>(infobar_index_int); in PerformActionOnInfobar() local2401 if (infobar_index >= tab_contents->infobar_count() || in PerformActionOnInfobar()2402 !(infobar = tab_contents->GetInfoBarDelegateAt(infobar_index))) { in PerformActionOnInfobar()2404 infobar_index)); in PerformActionOnInfobar()