HomeSort by relevance Sort by last modified time
    Searched refs:contained_mouse (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/aura/
root_window.h 158 // Invoked when |window|'s bounds have changed. |contained_mouse| indicates if
160 void OnWindowBoundsChanged(Window* window, bool contained_mouse);
168 // Invoked when |window|'s tranfrom has changed. |contained_mouse|
171 void OnWindowTransformed(Window* window, bool contained_mouse);
window.cc 290 bool contained_mouse = IsVisible() && root_window && local
294 root_window->OnWindowTransformed(this, contained_mouse);
    [all...]
window.h 448 // the layer, and |contained_mouse| is true if the mouse was previously within
450 void OnLayerBoundsChanged(const gfx::Rect& old_bounds, bool contained_mouse);
root_window.cc 398 void RootWindow::OnWindowTransformed(Window* window, bool contained_mouse) {
399 if (contained_mouse ||
    [all...]

Completed in 66 milliseconds