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 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...]
drag_details.cc 68 restore_bounds = window_state->GetRestoreBoundsInScreen();
window_resizer.cc 193 if (!details().restore_bounds.IsEmpty()) {
198 details().restore_bounds.width())
199 new_bounds.set_x(location.x() - details().restore_bounds.width() / 2);
291 } else if (!details().restore_bounds.IsEmpty()) {
292 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 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...]
workspace_window_resizer.cc 366 if (!details().restore_bounds.IsEmpty())
428 details().restore_bounds.IsEmpty() ?
430 details().restore_bounds);
475 if (!details().restore_bounds.IsEmpty()) {
476 window_state()->SetRestoreBoundsInScreen(details().restore_bounds);
    [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...]
  /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 472 milliseconds