OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expanded_bounds
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ash/wm/
frame_border_hit_test_controller.cc
49
gfx::Rect
expanded_bounds
= view->bounds();
local
54
expanded_bounds
.Inset(-outside_bounds, -outside_bounds);
56
if (!
expanded_bounds
.Contains(point))
/external/chromium_org/ash/wm/caption_buttons/
frame_caption_button_container_view.cc
255
gfx::Rect
expanded_bounds
= button->bounds();
local
256
expanded_bounds
.Inset(pressed_hittest_outer_insets);
257
if (
expanded_bounds
.Contains(position)) {
/external/chromium_org/apps/ui/views/
shell_window_frame_view.cc
166
gfx::Rect
expanded_bounds
= bounds();
172
expanded_bounds
.Inset(window->hit_test_bounds_override_outer_touch());
174
expanded_bounds
.Inset(window->hit_test_bounds_override_outer_mouse());
177
if (!
expanded_bounds
.Contains(point))
Completed in 1393 milliseconds