HomeSort by relevance Sort by last modified time
    Searched full:restore_bounds (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/ash/wm/
default_window_resizer.cc 36 if (!did_move_or_resize_ && !details_.restore_bounds.IsEmpty())
52 if (!details_.restore_bounds.IsEmpty())
54 details_.restore_bounds);
base_layout_manager.h 51 // Given a |window| and tentative |restore_bounds|, returns new bounds that
55 const gfx::Rect& restore_bounds);
base_layout_manager.cc 50 const gfx::Rect& restore_bounds) {
53 // If the restore_bounds are more than 1 grid step away from the size the
57 if (restore_bounds.Contains(max_bounds))
59 return restore_bounds;
window_resizer.cc 125 restore_bounds(gfx::Rect()),
139 restore_bounds = window_state->GetRestoreBoundsInScreen();
254 if (!details.restore_bounds.IsEmpty()) {
258 details.initial_bounds_in_parent.x() + details.restore_bounds.width())
259 new_bounds.set_x(location.x() - details.restore_bounds.width() / 2);
360 } else if (!details.restore_bounds.IsEmpty()) {
361 size = details.restore_bounds.size();
window_resizer.h 83 gfx::Rect restore_bounds; member in struct:ash::WindowResizer::Details
  /external/chromium_org/ash/wm/workspace/
snap_sizer_unittest.cc 337 gfx::Rect restore_bounds = window->GetBoundsInScreen(); local
338 restore_bounds.set_width(restore_bounds.width() + 1);
339 window_state->SetRestoreBoundsInScreen(restore_bounds);
342 EXPECT_NE(restore_bounds.ToString(), window->GetBoundsInScreen().ToString());
343 EXPECT_EQ(restore_bounds.ToString(),
346 EXPECT_EQ(restore_bounds.ToString(), window->GetBoundsInScreen().ToString());
351 EXPECT_NE(maximized_bounds.ToString(), restore_bounds.ToString());
352 EXPECT_EQ(restore_bounds.ToString(),
356 EXPECT_NE(restore_bounds.ToString(), window->GetBoundsInScreen().ToString())
    [all...]
workspace_layout_manager.cc 42 const gfx::Rect& restore_bounds = window_state->GetRestoreBoundsInScreen(); local
53 if (!display_area.Intersects(restore_bounds)) {
57 display_controller->GetDisplayMatching(restore_bounds);
workspace_window_resizer.cc 390 if (!details_.restore_bounds.IsEmpty())
454 details_.restore_bounds.IsEmpty() ?
456 details_.restore_bounds);
477 if (!details_.restore_bounds.IsEmpty()) {
478 window_state()->SetRestoreBoundsInScreen(details_.restore_bounds);
    [all...]
  /external/chromium_org/ash/wm/dock/
docked_window_resizer.cc 255 gfx::Rect restore_bounds = window->GetBoundsInScreen(); local
256 restore_bounds.set_height(
258 window_state->SetRestoreBoundsInScreen(restore_bounds);
docked_window_layout_manager.cc 903 const gfx::Rect restore_bounds = window_state->GetRestoreBoundsInScreen(); local
    [all...]
  /external/chromium_org/ash/
root_window_controller.cc 104 gfx::Rect restore_bounds; local
107 restore_bounds = state->GetRestoreBoundsInParent();
110 state->SetRestoreBoundsInParent(restore_bounds);
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_aura.cc 387 gfx::Rect* restore_bounds = local
389 if (restore_bounds)
390 return *restore_bounds;
    [all...]

Completed in 285 milliseconds