OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_bounds
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ash/wm/
base_layout_manager_unittest.cc
220
gfx::Rect
max_bounds
=
local
222
max_bounds
.Inset(grid_size, grid_size);
223
EXPECT_EQ(
max_bounds
.ToString(), window->bounds().ToString());
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
;
/external/chromium_org/ash/wm/panels/
panel_layout_manager.cc
410
const gfx::Rect&
max_bounds
= panel_container_->GetRootWindow()->bounds();
local
411
const int max_width =
max_bounds
.width() * kMaxWidthFactor;
412
const int max_height =
max_bounds
.height() * kMaxHeightFactor;
[
all
...]
/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:__anon36679
[
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:__anon38269
[
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:__anon39784
[
all
...]
Completed in 116 milliseconds