Searched refs:ShouldShowAlwaysTranslateButton (Results 1 – 8 of 8) sorted by relevance
121 DCHECK(!delegate->ShouldShowAlwaysTranslateButton()); in ViewHierarchyChanged()126 } else if (delegate->ShouldShowAlwaysTranslateButton()) { in ViewHierarchyChanged()
66 if (delegate->ShouldShowAlwaysTranslateButton()) { in Init()
128 bool ShouldShowAlwaysTranslateButton();
264 bool TranslateInfoBarDelegate::ShouldShowAlwaysTranslateButton() { in ShouldShowAlwaysTranslateButton() function in TranslateInfoBarDelegate
1111 EXPECT_FALSE(infobar->ShouldShowAlwaysTranslateButton()); in TEST_F()1115 EXPECT_TRUE(infobar->ShouldShowAlwaysTranslateButton()); in TEST_F()
90 if ([self delegate]->ShouldShowAlwaysTranslateButton())
1347 translate_bar_->ShouldShowAlwaysTranslateButton()); in Observe()
3720 if (!translate_bar->ShouldShowAlwaysTranslateButton()) { in SelectTranslateOption()