Searched defs:bounds_in_parent (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ash/wm/maximize_mode/
H A Dmaximize_mode_window_state.cc52 gfx::Rect GetCenteredBounds(const gfx::Rect& bounds_in_parent, argument
56 work_area_in_parent.ClampToCenteredSize(bounds_in_parent.size());
65 gfx::Rect bounds_in_parent;
68 bounds_in_parent.set_size(GetMaximumSizeOfWindow(state_object));
74 bounds_in_parent = state_object->GetRestoreBoundsInParent();
76 bounds_in_parent = state_object->window()->bounds();
78 return GetCenteredBounds(bounds_in_parent, state_object);
86 gfx::Rect bounds_in_parent = GetBoundsInMaximizedMode(window_state); local
88 if (bounds_in_parent == window_state->window()->bounds())
92 window_state->SetBoundsDirect(bounds_in_parent);
149 gfx::Rect bounds_in_parent = local
158 gfx::Rect bounds_in_parent = local
283 gfx::Rect bounds_in_parent = GetBoundsInMaximizedMode(window_state); local
[all...]
/external/chromium_org/ash/wm/
H A Ddefault_state.cc502 gfx::Rect bounds_in_parent; local
506 bounds_in_parent = state_type_ == WINDOW_STATE_TYPE_LEFT_SNAPPED ?
515 bounds_in_parent = window_state->GetRestoreBoundsInParent();
520 bounds_in_parent.width() >= work_area_in_parent.width() &&
521 bounds_in_parent.height() >= work_area_in_parent.height()) {
524 bounds_in_parent = work_area_in_parent;
525 bounds_in_parent.Inset(10, 10, 10, 10);
528 bounds_in_parent = window->bounds();
532 work_area_in_parent, &bounds_in_parent);
536 bounds_in_parent
[all...]
H A Dwindow_state.cc332 gfx::Rect bounds_in_parent = local
335 window_->SetBounds(bounds_in_parent);

Completed in 94 milliseconds