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

  /external/chromium_org/ash/wm/
window_util_unittest.cc 16 std::string GetAdjustedBounds(const gfx::Rect& visible,
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_right, gfx::Rect(300, 20, 150, 150)))
    [all...]
  /external/chromium_org/ash/wm/workspace/
phantom_window_controller.cc 42 gfx::Rect GetAdjustedBounds(const gfx::Rect& bounds) {
84 gfx::Rect adjusted_bounds_in_screen = GetAdjustedBounds(bounds_in_screen);

Completed in 336 milliseconds