Searched defs:restore_bounds (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ash/wm/
H A Ddrag_details.h39 gfx::Rect restore_bounds; member in struct:ash::DragDetails
H A Dwindow_state_unittest.cc237 gfx::Rect restore_bounds = window->GetBoundsInScreen(); local
238 restore_bounds.set_width(restore_bounds.width() + 1);
239 window_state->SetRestoreBoundsInScreen(restore_bounds);
244 EXPECT_NE(restore_bounds.ToString(), window->GetBoundsInScreen().ToString());
245 EXPECT_EQ(restore_bounds.ToString(),
248 EXPECT_EQ(restore_bounds.ToString(), window->GetBoundsInScreen().ToString());
253 EXPECT_NE(maximized_bounds.ToString(), restore_bounds.ToString());
254 EXPECT_EQ(restore_bounds.ToString(),
258 EXPECT_NE(restore_bounds
[all...]
H A Ddefault_state.cc41 const gfx::Rect& restore_bounds = window_state->GetRestoreBoundsInScreen(); local
52 if (!display_area.Intersects(restore_bounds)) {
54 Shell::GetScreen()->GetDisplayMatching(restore_bounds);
247 gfx::Rect restore_bounds = window->bounds(); local
257 window_state->SetRestoreBoundsInParent(restore_bounds);
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_resizer.cc240 gfx::Rect restore_bounds = window->GetBoundsInScreen(); local
241 restore_bounds.set_height(
243 window_state_->SetRestoreBoundsInScreen(restore_bounds);
H A Ddocked_window_layout_manager.cc992 const gfx::Rect restore_bounds = window_state->GetRestoreBoundsInScreen(); local
993 if (restore_bounds.width() > kMaxDockWidth)
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_event_handler_unittest.cc317 gfx::Rect restore_bounds = window->bounds(); local
329 EXPECT_NE(restore_bounds.ToString(), window->bounds().ToString());
335 EXPECT_EQ(restore_bounds.ToString(), window->bounds().ToString());
343 EXPECT_EQ(restore_bounds.y(), window->bounds().y());
345 EXPECT_EQ(restore_bounds.height(), window->bounds().height());
355 EXPECT_EQ(restore_bounds.ToString(), window->bounds().ToString());
369 EXPECT_EQ(restore_bounds.ToString(), window->bounds().ToString());
474 gfx::Rect restore_bounds = window->bounds(); local
502 gfx::Rect restore_bounds = window->bounds(); local
529 gfx::Rect restore_bounds local
[all...]
/external/chromium_org/ash/wm/maximize_mode/
H A Dmaximize_mode_window_manager_unittest.cc429 gfx::Rect restore_bounds = *bounds; local
432 return GetPlacementString(restore_bounds, restore_state);
/external/chromium_org/ash/
H A Droot_window_controller.cc129 gfx::Rect restore_bounds; local
141 restore_bounds = state->GetRestoreBoundsInParent();
142 MoveOriginRelativeToSize(src_size, dst_size, &restore_bounds);
152 state->SetRestoreBoundsInParent(restore_bounds);
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.cc392 gfx::Rect* restore_bounds = local
394 if (restore_bounds)
395 return *restore_bounds;

Completed in 1645 milliseconds