Searched refs:restore_bounds (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/ash/wm/
H A Ddefault_window_resizer.cc32 if (!did_move_or_resize_ && !details().restore_bounds.IsEmpty())
48 if (!details().restore_bounds.IsEmpty())
49 window_state_->SetRestoreBoundsInScreen(details().restore_bounds);
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 Ddrag_details.cc68 restore_bounds = window_state->GetRestoreBoundsInScreen();
H A Dwindow_resizer.cc194 if (!details().restore_bounds.IsEmpty()) {
199 details().restore_bounds.width())
200 new_bounds.set_x(location.x() - details().restore_bounds.width() / 2);
292 } else if (!details().restore_bounds.IsEmpty()) {
293 size = details().restore_bounds.size();
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...]
H A Dworkspace_window_resizer.cc370 if (!details().restore_bounds.IsEmpty())
432 details().restore_bounds.IsEmpty() ?
434 details().restore_bounds);
487 if (!details().restore_bounds.IsEmpty()) {
488 window_state()->SetRestoreBoundsInScreen(details().restore_bounds);
/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;
/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);

Completed in 1663 milliseconds