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

  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 409 start_tab_a_bounds_(tabstrip_->GetIdealBounds(tab_b_index)),
424 double distance = start_tab_b_bounds_.x() - start_tab_a_bounds_.x();
426 double new_x = start_tab_a_bounds_.x() + delta;
427 gfx::Rect bounds(Round(new_x), start_tab_a_bounds_.y(), tab_a_->width(),
432 distance = start_tab_a_bounds_.x() - start_tab_b_bounds_.x();
450 gfx::Rect start_tab_a_bounds_; member in class:MoveTabAnimation
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 433 start_tab_a_bounds_(tabstrip_->GetIdealBounds(tab_b_index)),
448 double distance = start_tab_b_bounds_.x() - start_tab_a_bounds_.x();
450 double new_x = start_tab_a_bounds_.x() + delta;
451 gfx::Rect bounds(Round(new_x), start_tab_a_bounds_.y(), tab_a_->width(),
456 distance = start_tab_a_bounds_.x() - start_tab_b_bounds_.x();
476 gfx::Rect start_tab_a_bounds_; member in class:MoveTabAnimation
    [all...]

Completed in 194 milliseconds