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

  /external/chromium_org/chrome/browser/sessions/
session_service_unittest.cc 155 const gfx::Rect window2_bounds(3, 4, 5, 6);
159 window2_bounds,
356 const gfx::Rect window2_bounds(3, 4, 5, 6);
360 window2_bounds,
    [all...]
  /external/chromium_org/ash/wm/overview/
window_selector_unittest.cc 122 gfx::RectF window2_bounds = GetTransformedTargetBounds(window2); local
123 return window1_bounds.Intersects(window2_bounds);
    [all...]
  /external/chromium_org/ash/wm/panels/
panel_layout_manager_unittest.cc 115 gfx::Rect window2_bounds = panel2->GetBoundsInRootWindow(); local
117 EXPECT_FALSE(window1_bounds.Intersects(window2_bounds));
    [all...]

Completed in 222 milliseconds