Searched refs:contained_mouse (Results 1 – 4 of 4) sorted by relevance
149 void OnWindowBoundsChanged(Window* window, bool contained_mouse);163 void OnWindowTransformed(Window* window, bool contained_mouse);
449 bool contained_mouse = IsVisible() && dispatcher && in SetTransform() local453 dispatcher->OnWindowTransformed(this, contained_mouse); in SetTransform()1447 bool contained_mouse) { in OnWindowBoundsChanged() argument1468 dispatcher->OnWindowBoundsChanged(this, contained_mouse); in OnWindowBoundsChanged()
514 void OnWindowBoundsChanged(const gfx::Rect& old_bounds, bool contained_mouse);
398 void RootWindow::OnWindowTransformed(Window* window, bool contained_mouse) { in OnWindowTransformed() argument399 if (contained_mouse || in OnWindowTransformed()