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

  /external/chromium/chrome/browser/ui/views/tabs/
side_tab_strip.cc 256 if (ideal_bounds(i).bottom() > initial_y) {
266 delta = initial_y - ideal_bounds(first_vis_index).y();
271 delta = initial_y - ideal_bounds(first_vis_index - 1).y();
277 if (ideal_bounds(first_vis_index).y() > initial_y) {
278 delta = initial_y - ideal_bounds(first_vis_index).y();
282 delta = initial_y - ideal_bounds(first_vis_index + 1).y();
348 tab->SetBounds(ideal_bounds(tab_data_index).x(), 0,
349 ideal_bounds(tab_data_index).width(), 0);
353 ideal_bounds(tab_data_index).width(), 0);
363 bounds_animator().AnimateViewTo(tab, ideal_bounds(i))
    [all...]
base_tab_strip.h 43 const gfx::Rect& ideal_bounds(int tab_data_index) { function in class:BaseTabStrip
44 return tab_data_[tab_data_index].ideal_bounds;
144 gfx::Rect ideal_bounds; member in struct:BaseTabStrip::TabData
174 // currently set in ideal_bounds.
199 tab_data_[index].ideal_bounds = bounds;
base_tab_strip.cc 491 tabs[i]->SetBoundsRect(ideal_bounds(tab_data_index));
521 tab_data_[i].tab->SetBoundsRect(tab_data_[i].ideal_bounds);
558 bounds_animator_.AnimateViewTo(tab, ideal_bounds(TabIndexOfTab(tab)));
dragged_tab_controller.cc 986 const gfx::Rect& ideal_bounds = attached_tabstrip_->ideal_bounds(i); local
    [all...]
tab_strip.cc 444 tab->SetBounds(0, ideal_bounds(tab_data_index).y(), 0,
445 ideal_bounds(tab_data_index).height());
449 ideal_bounds(tab_data_index).y(), 0,
450 ideal_bounds(tab_data_index).height());
460 bounds_animator().AnimateViewTo(tab, ideal_bounds(i));
    [all...]
  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab_strip.cc 110 tab->SetBounds(0, ideal_bounds(tab_data_index).y(), 0,
111 ideal_bounds(tab_data_index).height());
115 ideal_bounds(tab_data_index).y(), 0,
116 ideal_bounds(tab_data_index).height());
126 bounds_animator().AnimateViewTo(tab, ideal_bounds(i));
  /external/chromium/chrome/browser/ui/tabs/
dock_info.cc 236 gfx::Rect ideal_bounds(x, y, popup_width(), popup_height());
237 ideal_bounds = ideal_bounds.AdjustToFit(monitor_bounds_);
238 return ideal_bounds;
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 467 gfx::Rect ideal_bounds = attached_tabstrip_->GetIdealBounds(i); local
469 gfx::Rect left_half = ideal_bounds;
472 gfx::Rect right_half = ideal_bounds;
473 right_half.set_width(ideal_bounds.width() - left_half.width());
tab_strip_gtk.h 172 gfx::Rect ideal_bounds; member in struct:TabStripGtk::TabData
tab_strip_gtk.cc 803 const gfx::Rect& bounds = tab_data_.at(i).ideal_bounds;
893 return tab_data_.at(index).ideal_bounds;
    [all...]

Completed in 131 milliseconds