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

  /external/chromium_org/ash/wm/panels/
panel_window_resizer.cc 62 const gfx::Display dst_display = local
64 if (dst_display.id() !=
74 GetRootWindowForDisplayId(dst_display.id());
  /external/chromium_org/ash/wm/
drag_window_resizer.cc 102 const gfx::Display dst_display = local
105 if (dst_display.id() !=
109 const gfx::Size& size = dst_display.work_area().size();
131 dst_display.bounds(), &dst_bounds);
133 GetTarget()->SetBoundsInScreen(dst_bounds, dst_display);
  /external/chromium_org/ash/wm/overview/
window_grid.cc 376 gfx::Display dst_display = gfx::Screen::GetScreenFor(root_window_)-> local
379 target_bounds - fade_out_direction, dst_display);
  /external/chromium_org/ui/views/widget/
native_widget_aura.cc 409 gfx::Display dst_display = local
411 screen_position_client->SetBounds(window_, bounds, dst_display);
    [all...]

Completed in 109 milliseconds