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 148 start_selected_width_(0),
240 &start_selected_width_);
260 double start_selected_width_; member in class:TabStripGtk::TabAnimation
323 double delta = end_selected_width_ - start_selected_width_;
324 return start_selected_width_ + (delta * animation_.GetCurrentValue());
404 double delta = end_selected_width_ - start_selected_width_;
405 return start_selected_width_ + (delta * animation_.GetCurrentValue());
514 return animation_.CurrentValueBetween(start_selected_width_,
532 start_selected_width_ = current_tab->width();
574 start_selected_width_,
    [all...]

Completed in 3664 milliseconds