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

  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 411 tab_a_ = tabstrip_->GetTabAt(tab_a_index);
427 gfx::Rect bounds(Round(new_x), start_tab_a_bounds_.y(), tab_a_->width(),
428 tab_a_->height());
429 tabstrip_->SetTabBounds(tab_a_, bounds);
446 TabGtk* tab_a_; member in class:MoveTabAnimation
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 435 tab_a_ = tabstrip_->GetTabAt(tab_a_index);
451 gfx::Rect bounds(Round(new_x), start_tab_a_bounds_.y(), tab_a_->width(),
452 tab_a_->height());
453 tabstrip_->SetTabBounds(tab_a_, bounds);
472 TabGtk* tab_a_; member in class:MoveTabAnimation
    [all...]

Completed in 107 milliseconds