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

  /external/chromium_org/ash/wm/workspace/
workspace_event_handler.cc 40 gfx::Rect restore_bounds = ScreenAsh::ConvertRectFromScreen( local
42 window->SetBounds(restore_bounds);
155 const gfx::Rect* restore_bounds = local
161 if (restore_bounds &&
164 SingleAxisUnmaximize(target, *restore_bounds);
178 if (restore_bounds &&
181 SingleAxisUnmaximize(target, *restore_bounds);
workspace_layout_manager.cc 46 const gfx::Rect* restore_bounds = GetRestoreBoundsInScreen(window); local
47 if (!restore_bounds)
59 if (!display_area.Intersects(*restore_bounds)) {
63 display_controller->GetDisplayMatching(*restore_bounds);
  /external/chromium_org/ash/wm/
window_resizer.h 75 gfx::Rect restore_bounds; member in struct:ash::WindowResizer::Details
  /external/chromium_org/ui/views/widget/
native_widget_aura.cc 366 gfx::Rect* restore_bounds = local
368 if (restore_bounds)
369 return *restore_bounds;
    [all...]

Completed in 56 milliseconds