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

/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.cc127 start_selected_width_(0),
219 &start_selected_width_);
239 double start_selected_width_; member in class:TabStripGtk::TabAnimation
302 double delta = end_selected_width_ - start_selected_width_;
303 return start_selected_width_ + (delta * animation_.GetCurrentValue());
383 double delta = end_selected_width_ - start_selected_width_;
384 return start_selected_width_ + (delta * animation_.GetCurrentValue());
491 return animation_.CurrentValueBetween(start_selected_width_,
509 start_selected_width_ = current_tab->width();
551 start_selected_width_,
[all...]

Completed in 65 milliseconds