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

  /external/chromium_org/ash/wm/workspace/
workspace_layout_manager.cc 126 gfx::Rect child_bounds(requested_bounds);
131 child_bounds.set_width(std::min(work_area_.width(), child_bounds.width()));
132 child_bounds.set_height(
133 std::min(work_area_.height(), child_bounds.height()));
134 SetChildBoundsDirect(child, child_bounds);
  /external/chromium_org/ash/wm/
base_layout_manager.cc 97 gfx::Rect child_bounds(requested_bounds);
100 child_bounds = ScreenAsh::GetMaximizedWindowBoundsInParent(child);
102 child_bounds = ScreenAsh::GetDisplayBoundsInParent(child);
103 SetChildBoundsDirect(child, child_bounds);
  /external/chromium_org/ui/views/layout/
box_layout.cc 123 gfx::Rect child_bounds(position, 0, size.width(), size.height());
124 child_area_bounds.Union(child_bounds);
  /external/chromium_org/ash/launcher/
launcher_view.cc 1163 gfx::Rect child_bounds = child->GetMirroredBounds(); local
    [all...]

Completed in 57 milliseconds