OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:display_bounds
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/corewm/
tooltip_aura.cc
166
gfx::Rect
display_bounds
= GetBoundsForTooltip(location);
local
167
return (
display_bounds
.width() + 1) / 2;
194
gfx::Rect
display_bounds
= GetBoundsForTooltip(mouse_pos);
local
198
if (tooltip_rect.right() >
display_bounds
.right()) {
199
int h_offset = tooltip_rect.right() -
display_bounds
.right();
205
if (tooltip_rect.bottom() >
display_bounds
.bottom())
208
tooltip_rect.AdjustToFit(
display_bounds
);
/external/chromium_org/ash/wm/panels/
panel_layout_manager_unittest.cc
107
gfx::Rect
display_bounds
= display.bounds();
local
108
EXPECT_TRUE(screen_bottom_right.x() <
display_bounds
.width() &&
109
screen_bottom_right.y() <
display_bounds
.height());
Completed in 257 milliseconds