HomeSort by relevance Sort by last modified time
    Searched refs:OnInfoBarStateChanged (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/ui/views/infobars/
infobar_container.h 73 void OnInfoBarStateChanged(bool is_animating);
infobar_container.cc 61 OnInfoBarStateChanged(false);
91 void InfoBarContainer::OnInfoBarStateChanged(bool is_animating) {
infobar.cc 130 container_->OnInfoBarStateChanged(animation_->is_animating());
  /external/chromium_org/chrome/browser/infobars/
infobar_container.h 73 void OnInfoBarStateChanged(bool is_animating);
133 // that OnInfoBarStateChanged() either will or won't be called as a result.
infobar.cc 173 container_->OnInfoBarStateChanged(animation_.is_animating());
infobar_container.cc 60 OnInfoBarStateChanged(false);
90 void InfoBarContainer::OnInfoBarStateChanged(bool is_animating) {

Completed in 186 milliseconds