Searched defs:GetAdjustedBounds (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/wm/
H A Dwindow_util_unittest.cc16 std::string GetAdjustedBounds(const gfx::Rect& visible, function in namespace:ash::__anon2088
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)));
67 GetAdjustedBounds(visible_bounds_right, gfx::Rect(210, 60, 90, 90)));
70 GetAdjustedBounds(visible_bounds_right, gfx::Rect(210, 60, 150, 150)));
73 GetAdjustedBounds(visible_bounds_right, gfx::Rect(0, 0, 150, 150)));
76 GetAdjustedBounds(visible_bounds_righ
[all...]
/external/chromium_org/ash/wm/workspace/
H A Dphantom_window_controller.cc42 gfx::Rect GetAdjustedBounds(const gfx::Rect& bounds) { function in namespace:ash::__anon2091
84 gfx::Rect adjusted_bounds_in_screen = GetAdjustedBounds(bounds_in_screen);

Completed in 1014 milliseconds