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

  /external/chromium_org/ash/wm/
drag_window_controller.h 38 void SetDestinationDisplay(const gfx::Display& dst_display);
drag_window_resizer.cc 103 const gfx::Display dst_display = local
106 if (dst_display.id() !=
110 const gfx::Size& size = dst_display.work_area().size();
132 dst_display.bounds(), &dst_bounds);
134 GetTarget()->SetBoundsInScreen(dst_bounds, dst_display);
drag_window_controller.cc 32 const gfx::Display& dst_display) {
33 dst_display_ = dst_display;
  /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/overview/
window_grid.cc 414 gfx::Display dst_display = gfx::Screen::GetScreenFor(root_window_)-> local
417 target_bounds - fade_out_direction, dst_display);
  /external/chromium_org/ui/aura/
window.h 169 const gfx::Display& dst_display);
window.cc 453 const gfx::Display& dst_display) {
459 screen_position_client->SetBounds(this, new_bounds_in_screen, dst_display);
    [all...]
  /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 521 milliseconds