Searched defs:bounds_in_out (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/wm/
H A Dwindow_positioner.cc247 gfx::Rect* bounds_in_out,
263 bounds_in_out->AdjustToFit(work_area);
290 *bounds_in_out = top_window_state->GetRestoreBoundsInScreen() +
295 bounds_in_out->AdjustToFit(work_area);
303 *bounds_in_out = top_window->GetBoundsInScreen();
242 GetBoundsAndShowStateForNewWindow( const gfx::Screen* screen, const aura::Window* new_window, bool is_saved_bounds, ui::WindowShowState show_state_in, gfx::Rect* bounds_in_out, ui::WindowShowState* show_state_out) argument
/external/chromium_org/ash/
H A Droot_window_controller.cc116 gfx::Rect* bounds_in_out) {
117 gfx::Point origin = bounds_in_out->origin();
118 bounds_in_out->set_origin(gfx::Point(
114 MoveOriginRelativeToSize(const gfx::Size& src_size, const gfx::Size& dst_size, gfx::Rect* bounds_in_out) argument

Completed in 117 milliseconds