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

  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 412 tab_b_ = tabstrip_->GetTabAt(tab_b_index);
435 bounds = gfx::Rect(Round(new_x), start_tab_b_bounds_.y(), tab_b_->width(),
436 tab_b_->height());
437 tabstrip_->SetTabBounds(tab_b_, bounds);
447 TabGtk* tab_b_; member in class:MoveTabAnimation
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 436 tab_b_ = tabstrip_->GetTabAt(tab_b_index);
459 bounds = gfx::Rect(Round(new_x), start_tab_b_bounds_.y(), tab_b_->width(),
460 tab_b_->height());
461 tabstrip_->SetTabBounds(tab_b_, bounds);
473 TabGtk* tab_b_; member in class:MoveTabAnimation
    [all...]

Completed in 110 milliseconds