Home
last modified time | relevance | path

Searched refs:animated_scroll_begin_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/chromeos/panels/
Dpanel_scroller.cc28 animated_scroll_begin_(0), in PanelScroller()
228 animated_scroll_begin_ = scroll_pos_; in ScrollToPanel()
229 if (animated_scroll_begin_ == animated_scroll_end_) in ScrollToPanel()
239 static_cast<double>(animated_scroll_end_ - animated_scroll_begin_) * in AnimationProgressed()
240 animation_.GetCurrentValue()) + animated_scroll_begin_; in AnimationProgressed()
Dpanel_scroller.h62 int animated_scroll_begin_; variable