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

  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 410 start_tab_b_bounds_(tabstrip_->GetIdealBounds(tab_a_index)) {
424 double distance = start_tab_b_bounds_.x() - start_tab_a_bounds_.x();
432 distance = start_tab_a_bounds_.x() - start_tab_b_bounds_.x();
434 new_x = start_tab_b_bounds_.x() + delta;
435 bounds = gfx::Rect(Round(new_x), start_tab_b_bounds_.y(), tab_b_->width(),
451 gfx::Rect start_tab_b_bounds_; member in class:MoveTabAnimation
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 434 start_tab_b_bounds_(tabstrip_->GetIdealBounds(tab_a_index)) {
448 double distance = start_tab_b_bounds_.x() - start_tab_a_bounds_.x();
456 distance = start_tab_a_bounds_.x() - start_tab_b_bounds_.x();
458 new_x = start_tab_b_bounds_.x() + delta;
459 bounds = gfx::Rect(Round(new_x), start_tab_b_bounds_.y(), tab_b_->width(),
477 gfx::Rect start_tab_b_bounds_; member in class:MoveTabAnimation
    [all...]

Completed in 476 milliseconds