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

  /external/chromium_org/ash/wm/
base_layout_manager.cc 51 gfx::Rect max_bounds = local
55 max_bounds.Inset(ash::internal::WorkspaceWindowResizer::kScreenEdgeInset,
57 if (restore_bounds.Contains(max_bounds))
58 return max_bounds;
base_layout_manager_unittest.cc 227 gfx::Rect max_bounds = local
229 max_bounds.Inset(grid_size, grid_size);
230 EXPECT_EQ(max_bounds.ToString(), window->bounds().ToString());
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.cc 403 const gfx::Rect& max_bounds = panel_container_->GetRootWindow()->bounds(); local
404 const int max_width = max_bounds.width() * kMaxWidthFactor;
405 const int max_height = max_bounds.height() * kMaxHeightFactor;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 1051 XCharStruct max_bounds; \/* maximum bounds over all existing char*\/ member in struct:__anon38481
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 1051 XCharStruct max_bounds; \/* maximum bounds over all existing char*\/ member in struct:__anon40071
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 1051 XCharStruct max_bounds; \/* maximum bounds over all existing char*\/ member in struct:__anon41586
    [all...]

Completed in 98 milliseconds