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

  /external/chromium_org/components/infobars/core/
infobar_container.h 73 void OnInfoBarStateChanged(bool is_animating);
115 // that OnInfoBarStateChanged() either will or won't be called as a result.
infobar_container.cc 52 // OnInfoBarStateChanged() for each infobar.
58 OnInfoBarStateChanged(false);
89 void InfoBarContainer::OnInfoBarStateChanged(bool is_animating) {
infobar.cc 168 container_->OnInfoBarStateChanged(animation_.is_animating());

Completed in 144 milliseconds