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

  /external/chromium_org/ash/wm/
default_window_resizer.cc 32 if (!did_move_or_resize_ && !details().restore_bounds.IsEmpty())
48 if (!details().restore_bounds.IsEmpty())
49 window_state_->SetRestoreBoundsInScreen(details().restore_bounds);
drag_details.h 39 gfx::Rect restore_bounds; member in struct:ash::DragDetails
window_state_unittest.cc 237 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.ToString(), window->GetBoundsInScreen().ToString())
    [all...]
drag_details.cc 68 restore_bounds = window_state->GetRestoreBoundsInScreen();
window_resizer.cc 194 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();
default_state.cc 41 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/
docked_window_resizer.cc 240 gfx::Rect restore_bounds = window->GetBoundsInScreen(); local
241 restore_bounds.set_height(
243 window_state_->SetRestoreBoundsInScreen(restore_bounds);
docked_window_layout_manager.cc 992 const gfx::Rect restore_bounds = window_state->GetRestoreBoundsInScreen(); local
    [all...]
  /external/chromium_org/ash/wm/workspace/
workspace_event_handler_unittest.cc 317 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 = window->bounds() local
    [all...]
workspace_window_resizer.cc 370 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);
    [all...]
  /external/chromium_org/ash/
root_window_controller.cc 129 gfx::Rect restore_bounds; local
141 restore_bounds = state->GetRestoreBoundsInParent();
142 MoveOriginRelativeToSize(src_size, dst_size, &restore_bounds);
152 state->SetRestoreBoundsInParent(restore_bounds);
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_aura.cc 392 gfx::Rect* restore_bounds = local
394 if (restore_bounds)
395 return *restore_bounds;
    [all...]
  /external/chromium_org/ash/wm/maximize_mode/
maximize_mode_window_manager_unittest.cc 429 gfx::Rect restore_bounds = *bounds; local
432 return GetPlacementString(restore_bounds, restore_state);
    [all...]

Completed in 347 milliseconds