Searched refs:use_animation (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/views/infobars/
H A Dinfobar_container.h108 // will be animated if |use_animation| is true.
109 void RemoveInfoBar(InfoBarDelegate* delegate, bool use_animation);
H A Dinfobar_container.cc146 bool use_animation) {
156 infobar->Hide(use_animation);
145 RemoveInfoBar(InfoBarDelegate* delegate, bool use_animation) argument
/external/chromium_org/chrome/browser/infobars/
H A Dinfobar_container.h114 // animated if |use_animation| is true. The InfoBar will call back to
118 size_t HideInfoBar(InfoBar* infobar, bool use_animation);
H A Dinfobar_container.cc176 size_t InfoBarContainer::HideInfoBar(InfoBar* infobar, bool use_animation) { argument
183 infobar->Hide(use_animation);

Completed in 1286 milliseconds