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

  /external/chromium/chrome/browser/ui/views/infobars/
infobar_container.cc 188 const ui::SlideAnimation* first_infobar_animation = local
190 if ((infobar_index > 1) || first_infobar_animation->IsShowing())
197 first_infobar_animation->GetCurrentValue());
  /external/chromium_org/chrome/browser/infobars/
infobar_container.cc 227 const ui::SlideAnimation& first_infobar_animation = local
229 if ((infobar_index > 1) || first_infobar_animation.IsShowing())
236 first_infobar_animation.GetCurrentValue());

Completed in 90 milliseconds