Home | History | Annotate | Download | only in wm

Lines Matching refs:mouse_insets

273   gfx::Insets mouse_insets = gfx::Insets(-kResizeOutsideBoundsSize,
277 gfx::Insets touch_insets = mouse_insets.Scale(
280 window_->SetHitTestBoundsOverrideOuter(mouse_insets, touch_insets);
282 window_->set_hit_test_bounds_override_inner(mouse_insets);