Home
last modified time | relevance | path

Searched refs:expanded_bounds_in_screen (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ash/frame/caption_buttons/
Dframe_size_button.cc35 gfx::Rect expanded_bounds_in_screen = button->GetBoundsInScreen(); in HitTestButton() local
38 expanded_bounds_in_screen.Inset(-kMaxOvershootX, -kMaxOvershootY); in HitTestButton()
40 return expanded_bounds_in_screen.Contains(location_in_screen); in HitTestButton()