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

  /external/chromium_org/ash/wm/maximize_mode/
maximize_mode_window_state.cc 52 gfx::Rect GetCenteredBounds(const gfx::Rect& bounds_in_parent,
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/
default_state.cc 493 gfx::Rect bounds_in_parent; local
497 bounds_in_parent = state_type_ == WINDOW_STATE_TYPE_LEFT_SNAPPED ?
506 bounds_in_parent = window_state->GetRestoreBoundsInParent();
508 bounds_in_parent = window->bounds();
511 work_area_in_parent, &bounds_in_parent);
515 bounds_in_parent = ScreenUtil::GetMaximizedWindowBoundsInParent(window);
519 bounds_in_parent = ScreenUtil::GetDisplayBoundsInParent(window);
534 window_state->SetBoundsDirect(bounds_in_parent);
537 window_state->SetBoundsDirectCrossFade(bounds_in_parent);
541 window_state->SetBoundsDirect(bounds_in_parent);
    [all...]
window_state.h 157 void SetRestoreBoundsInParent(const gfx::Rect& bounds_in_parent);
window_state.cc 325 gfx::Rect bounds_in_parent = local
328 window_->SetBounds(bounds_in_parent);
  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer.h 158 // Returns true if |bounds_in_parent| are valid bounds for snapped state type
161 const gfx::Rect& bounds_in_parent) const;
workspace_window_resizer.cc     [all...]

Completed in 80 milliseconds