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

  /external/chromium_org/ui/views/
view_model.h 61 entries_[index].ideal_bounds = bounds;
64 const gfx::Rect& ideal_bounds(int index) const { function in class:views::ViewModel
66 return entries_[index].ideal_bounds;
78 gfx::Rect ideal_bounds; member in struct:views::ViewModel::Entry
  /external/chromium/chrome/browser/ui/views/tabs/
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;
dragged_tab_controller.cc 986 const gfx::Rect& ideal_bounds = attached_tabstrip_->ideal_bounds(i); local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 172 gfx::Rect ideal_bounds; member in struct:TabStripGtk::TabData
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());
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 190 gfx::Rect ideal_bounds; member in struct:TabStripGtk::TabData
dragged_tab_controller_gtk.cc 541 gfx::Rect ideal_bounds = attached_tabstrip_->GetIdealBounds(i); local
543 ideal_bounds.SplitVertically(&left_half, &right_half);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.h 115 const gfx::Rect& ideal_bounds(int tab_data_index) { function in class:TabStrip
116 return tabs_.ideal_bounds(tab_data_index);
333 // currently set in ideal_bounds.
tab_drag_controller.cc 1586 const gfx::Rect& ideal_bounds = attached_tabstrip_->ideal_bounds(i); local
    [all...]
  /external/chromium_org/ash/shelf/
shelf_view_unittest.cc 646 gfx::Rect ideal_bounds = shelf_view_->GetIdealBoundsOfItemIcon(id); local
649 ideal_bounds.Offset(screen_origin.x(), screen_origin.y());
650 EXPECT_EQ(item_bounds.x(), ideal_bounds.x());
651 EXPECT_EQ(item_bounds.y(), ideal_bounds.y());
    [all...]
shelf_view.cc 463 const gfx::Rect& ideal_bounds(view_model_->ideal_bounds(index));
468 ideal_bounds.x() + icon_bounds.x(), icon_bounds.width()),
469 ideal_bounds.y() + icon_bounds.y(),
486 view_model_->ideal_bounds(target_index).x(),
487 view_model_->ideal_bounds(target_index).y()) >
494 view_model_->ideal_bounds(target_index).right(),
495 view_model_->ideal_bounds(target_index).bottom()) <
681 IdealBounds ideal_bounds; local
682 CalculateIdealBounds(&ideal_bounds);
898 IdealBounds ideal_bounds; local
1455 IdealBounds ideal_bounds; local
1529 IdealBounds ideal_bounds; local
    [all...]

Completed in 400 milliseconds