OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contained_mouse
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/aura/
root_window.h
147
// Invoked when |window|'s bounds have changed. |
contained_mouse
| indicates if
149
void OnWindowBoundsChanged(Window* window, bool
contained_mouse
);
160
// Invoked when |window|'s tranfrom has changed. |
contained_mouse
|
163
void OnWindowTransformed(Window* window, bool
contained_mouse
);
window.h
512
// and |
contained_mouse
| is true if the mouse was previously within the
514
void OnWindowBoundsChanged(const gfx::Rect& old_bounds, bool
contained_mouse
);
window.cc
449
bool
contained_mouse
= IsVisible() && dispatcher &&
local
453
dispatcher->OnWindowTransformed(this,
contained_mouse
);
[
all
...]
root_window.cc
398
void RootWindow::OnWindowTransformed(Window* window, bool
contained_mouse
) {
399
if (
contained_mouse
||
[
all
...]
Completed in 566 milliseconds