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

  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 127 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...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 151 start_selected_width_(0),
243 &start_selected_width_);
263 double start_selected_width_; member in class:TabStripGtk::TabAnimation
326 double delta = end_selected_width_ - start_selected_width_;
327 return start_selected_width_ + (delta * animation_.GetCurrentValue());
407 double delta = end_selected_width_ - start_selected_width_;
408 return start_selected_width_ + (delta * animation_.GetCurrentValue());
517 return animation_.CurrentValueBetween(start_selected_width_,
535 start_selected_width_ = current_tab->width();
577 start_selected_width_,
    [all...]

Completed in 69 milliseconds