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

  /external/chromium_org/ash/wm/
drag_details.h 39 gfx::Rect restore_bounds; member in struct:ash::DragDetails
window_state_unittest.cc 231 gfx::Rect restore_bounds = window->GetBoundsInScreen(); local
232 restore_bounds.set_width(restore_bounds.width() + 1);
233 window_state->SetRestoreBoundsInScreen(restore_bounds);
238 EXPECT_NE(restore_bounds.ToString(), window->GetBoundsInScreen().ToString());
239 EXPECT_EQ(restore_bounds.ToString(),
242 EXPECT_EQ(restore_bounds.ToString(), window->GetBoundsInScreen().ToString());
247 EXPECT_NE(maximized_bounds.ToString(), restore_bounds.ToString());
248 EXPECT_EQ(restore_bounds.ToString(),
252 EXPECT_NE(restore_bounds.ToString(), window->GetBoundsInScreen().ToString())
    [all...]
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 990 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...]
  /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...]
  /external/chromium_org/ash/
root_window_controller.cc 128 gfx::Rect restore_bounds; local
140 restore_bounds = state->GetRestoreBoundsInParent();
141 MoveOriginRelativeToSize(src_size, dst_size, &restore_bounds);
151 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...]

Completed in 3043 milliseconds