Home | History | Annotate | Download | only in aura

Lines Matching refs:new_bounds_in_screen

452 void Window::SetBoundsInScreen(const gfx::Rect& new_bounds_in_screen,
456 gfx::Point origin = new_bounds_in_screen.origin();
459 screen_position_client->SetBounds(this, new_bounds_in_screen, dst_display);
462 SetBounds(new_bounds_in_screen);