Home
last modified time | relevance | path

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

/external/chromium_org/ui/aura/
Droot_window.h149 void OnWindowBoundsChanged(Window* window, bool contained_mouse);
163 void OnWindowTransformed(Window* window, bool contained_mouse);
Dwindow.cc449 bool contained_mouse = IsVisible() && dispatcher && in SetTransform() local
453 dispatcher->OnWindowTransformed(this, contained_mouse); in SetTransform()
1447 bool contained_mouse) { in OnWindowBoundsChanged() argument
1468 dispatcher->OnWindowBoundsChanged(this, contained_mouse); in OnWindowBoundsChanged()
Dwindow.h514 void OnWindowBoundsChanged(const gfx::Rect& old_bounds, bool contained_mouse);
Droot_window.cc398 void RootWindow::OnWindowTransformed(Window* window, bool contained_mouse) { in OnWindowTransformed() argument
399 if (contained_mouse || in OnWindowTransformed()