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

  /external/chromium_org/chrome/browser/ui/ash/
shelf_browsertest.cc 30 shelf->GetIdealBounds().y() - old_bounds.y());
  /external/chromium_org/ash/wm/
workspace_controller.cc 64 const gfx::Rect shelf_bounds(shelf_->GetIdealBounds());
workspace_controller_unittest.cc 347 0, shelf->GetIdealBounds().y() - 10, 101, 102);
548 0, shelf->GetIdealBounds().y() - 10, 101, 102);
575 const gfx::Rect w1_bounds(0, shelf->GetIdealBounds().y(), 100, 200);
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 90 gfx::Rect GetIdealBounds(int index);
tab_strip_gtk.cc 409 start_tab_a_bounds_(tabstrip_->GetIdealBounds(tab_b_index)),
410 start_tab_b_bounds_(tabstrip_->GetIdealBounds(tab_a_index)) {
602 target_bounds_ = tabstrip->GetIdealBounds(to_index);
891 gfx::Rect TabStripGtk::GetIdealBounds(int index) {
    [all...]
dragged_tab_controller_gtk.cc 467 gfx::Rect ideal_bounds = attached_tabstrip_->GetIdealBounds(i);
  /external/chromium_org/ash/shelf/
shelf_layout_manager.h 111 gfx::Rect GetIdealBounds();
shelf_layout_manager_unittest.cc 615 int shelf_height = manager->GetIdealBounds().height();
655 bottom + (manager->GetIdealBounds().height() -
767 EXPECT_EQ(root->bounds().bottom() - shelf->GetIdealBounds().height(),
    [all...]
shelf_layout_manager.cc 262 gfx::Rect ShelfLayoutManager::GetIdealBounds() {
425 gfx::Rect bounds = GetIdealBounds();
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 96 gfx::Rect GetIdealBounds(int index);
tab_strip_gtk.cc 433 start_tab_a_bounds_(tabstrip_->GetIdealBounds(tab_b_index)),
434 start_tab_b_bounds_(tabstrip_->GetIdealBounds(tab_a_index)) {
628 target_bounds_ = tabstrip->GetIdealBounds(to_index);
926 gfx::Rect TabStripGtk::GetIdealBounds(int index) {
    [all...]
dragged_tab_controller_gtk.cc 529 gfx::Rect ideal_bounds = attached_tabstrip_->GetIdealBounds(i);
    [all...]
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.cc 312 gfx::Rect shelf_bounds = GetShelfLayoutManager()->GetIdealBounds();
  /external/chromium_org/ash/wm/workspace/
workspace_layout_manager_unittest.cc 231 GetShelfLayoutManager()->GetIdealBounds());

Completed in 243 milliseconds