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

  /external/chromium_org/ash/wm/
window_util.cc 84 gfx::Rect work_area_in_parent(ScreenUtil::GetDisplayWorkAreaBoundsInParent(
86 return gfx::Rect(work_area_in_parent.x(),
87 work_area_in_parent.y(),
89 work_area_in_parent.height());
93 gfx::Rect work_area_in_parent(ScreenUtil::GetDisplayWorkAreaBoundsInParent(
96 return gfx::Rect(work_area_in_parent.right() - width,
97 work_area_in_parent.y(),
99 work_area_in_parent.height());
default_state.cc 327 gfx::Rect work_area_in_parent = local
332 bounds.AdjustToFit(work_area_in_parent);
343 gfx::Rect work_area_in_parent = local
346 AdjustBoundsToEnsureMinimumWindowVisibility(work_area_in_parent, &bounds);
393 gfx::Rect work_area_in_parent = local
396 AdjustBoundsSmallerThan(work_area_in_parent.size(), &child_bounds);
503 gfx::Rect work_area_in_parent = local
511 work_area_in_parent, &bounds_in_parent);
window_state.cc 384 gfx::Rect work_area_in_parent = local
387 AdjustBoundsSmallerThan(work_area_in_parent.size(), &child_bounds);
  /external/chromium_org/ash/wm/maximize_mode/
maximize_mode_window_state.cc 54 gfx::Rect work_area_in_parent = local
56 work_area_in_parent.ClampToCenteredSize(bounds_in_parent.size());
57 return work_area_in_parent;
  /external/chromium_org/ash/wm/workspace/
workspace_event_handler_unittest.cc 318 gfx::Rect work_area_in_parent = ScreenUtil::GetDisplayWorkAreaBoundsInParent( local
342 EXPECT_EQ(work_area_in_parent.x(), window->bounds().x());
344 EXPECT_EQ(work_area_in_parent.width(), window->bounds().width());
475 gfx::Rect work_area_in_parent = ScreenUtil::GetDisplayWorkAreaBoundsInParent( local
503 gfx::Rect work_area_in_parent = ScreenUtil::GetDisplayWorkAreaBoundsInParent( local
530 gfx::Rect work_area_in_parent = ScreenUtil::GetDisplayWorkAreaBoundsInParent( local

Completed in 86 milliseconds