Searched refs:visible_bounds (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ash/wm/
H A Dwindow_util_unittest.cc50 const gfx::Rect visible_bounds(0, 0, 100, 100);
53 GetAdjustedBounds(visible_bounds, gfx::Rect(0, 0, 90, 90)));
55 GetAdjustedBounds(visible_bounds, gfx::Rect(0, 0, 150, 150)));
57 GetAdjustedBounds(visible_bounds, gfx::Rect(-50, -50, 150, 150)));
59 GetAdjustedBounds(visible_bounds, gfx::Rect(-100, 10, 150, 150)));
61 GetAdjustedBounds(visible_bounds, gfx::Rect(100, 100, 150, 150)));
/external/chromium_org/ash/shelf/
H A Doverflow_bubble_view.cc92 const gfx::Rect visible_bounds(GetContentsBounds());
95 DCHECK_GE(contents_size.width(), visible_bounds.width());
96 int x = std::min(contents_size.width() - visible_bounds.width(),
102 const gfx::Rect visible_bounds(GetContentsBounds());
105 DCHECK_GE(contents_size.width(), visible_bounds.width());
106 int y = std::min(contents_size.height() - visible_bounds.height(),
H A Dshelf_view_unittest.cc1729 gfx::Rect visible_bounds = shelf_view_->GetVisibleItemsBoundsInScreen(); local
1731 EXPECT_TRUE(shelf_bounds.Contains(visible_bounds));
1734 EXPECT_TRUE(visible_bounds.Contains(button->GetBoundsInScreen()));
1739 gfx::Rect visible_bounds = shelf_view_->GetVisibleItemsBoundsInScreen(); local
1742 EXPECT_TRUE(visible_bounds.Contains(app_list_button_bounds));
H A Dshelf_layout_manager_unittest.cc1674 gfx::Rect visible_bounds = GetShelfWidget()->GetWindowBoundsInScreen(); local
1690 ShelfAnimationWaiter waiter(visible_bounds);
1719 ShelfAnimationWaiter waiter1(visible_bounds);
/external/chromium_org/chrome/browser/ui/views/
H A Dfind_bar_host.cc351 gfx::Rect visible_bounds; local
353 visible_bounds = host()->GetWindowBoundsInScreen();
355 visible_bounds);
/external/chromium_org/ash/frame/
H A Dcustom_frame_view_ash.cc354 gfx::Rect visible_bounds(GetVisibleBounds());
355 gfx::Point visible_origin_in_screen(visible_bounds.origin());
359 gfx::Rect(visible_origin_in_screen, visible_bounds.size()));
/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view.cc1268 const gfx::Rect visible_bounds(GetVisibleBounds());
1281 const bool current_visible = visible_bounds.Intersects(current);
1282 const bool target_visible = visible_bounds.Intersects(target);

Completed in 5720 milliseconds