/external/chromium/chrome/browser/sessions/ |
session_service_unittest.cc | 273 const gfx::Rect window2_bounds(3, 4, 5, 6); 275 service()->SetWindowBounds(window2_id, window2_bounds, true); 325 const gfx::Rect window2_bounds(3, 4, 5, 6); 327 service()->SetWindowBounds(window2_id, window2_bounds, false);
|
/external/chromium_org/chrome/browser/sessions/ |
session_service_unittest.cc | 149 const gfx::Rect window2_bounds(3, 4, 5, 6); 153 window2_bounds, 349 const gfx::Rect window2_bounds(3, 4, 5, 6); 353 window2_bounds, [all...] |
/external/chromium_org/ash/wm/panels/ |
panel_layout_manager_unittest.cc | 116 gfx::Rect window2_bounds = panel2->GetBoundsInRootWindow(); local 118 EXPECT_FALSE(window1_bounds.Intersects(window2_bounds));
|
/external/chromium_org/ash/wm/overview/ |
window_selector_unittest.cc | 137 gfx::RectF window2_bounds = GetTransformedTargetBounds(window2); local 138 return window1_bounds.Intersects(window2_bounds); [all...] |