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

  /external/chromium/chrome/browser/ui/views/tabs/
base_tab_strip.cc 414 gfx::Rect tab_bounds = tab->bounds(); local
416 tab_bounds.set_width(0);
418 tab_bounds.set_height(0);
419 bounds_animator_.AnimateViewTo(tab, tab_bounds);
side_tab_strip.cc 406 gfx::Rect tab_bounds(tab->bounds());
407 tab_bounds.set_y(y);
409 bounds->push_back(tab_bounds);
tab_strip.cc 987 gfx::Rect tab_bounds = tab_closing->bounds(); local
    [all...]
  /external/chromium/chrome/browser/instant/
instant_loader.cc 988 gfx::Rect tab_bounds; local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 616 gfx::Rect tab_bounds(x, start_bounds_.y(), width,
618 tabstrip_->SetTabBounds(tab_, tab_bounds);
    [all...]
  /external/chromium/chrome/browser/tabs/
tab_strip_model_unittest.cc 100 const gfx::Rect& tab_bounds) {
    [all...]

Completed in 114 milliseconds