Searched refs:was_visible (Results 1 – 3 of 3) sorted by relevance
81 bool was_visible = is_visible_; in Show() local86 } else if (!was_visible) { in Show()92 if (!was_visible) in Show()
1053 const bool was_visible = (*i)->visible(); in RefreshContentSettingViews() local1056 if (was_visible != (*i)->visible()) in RefreshContentSettingViews()1139 const bool was_visible = zoom_view_->visible(); in RefreshZoomView() local1141 return was_visible != zoom_view_->visible(); in RefreshZoomView()1164 const bool was_visible = manage_passwords_icon_view_->visible(); in RefreshManagePasswordsIconView() local1167 return was_visible != manage_passwords_icon_view_->visible(); in RefreshManagePasswordsIconView()
181 bool was_visible = IsVisible();185 bool decoration_changed = was_visible != IsVisible() ||