Home | History | Annotate | Download | only in events

Lines Matching refs:mouse

49   MouseEvent mouse(ET_MOUSE_MOVED, gfx::Point(10, 10), gfx::Point(10, 10),
51 DispatchEvent(&mouse);
56 DispatchEvent(&mouse);
136 // Dispatch a mouse event that falls on the parent, but not on the child. When
139 MouseEvent mouse(ET_MOUSE_MOVED, gfx::Point(1, 1), gfx::Point(1, 1), EF_NONE,
141 DispatchEvent(&mouse);
190 MouseEvent mouse(ET_MOUSE_MOVED, gfx::Point(10, 10), gfx::Point(10, 10),
192 DispatchEvent(&mouse);
363 MouseEvent mouse(ET_MOUSE_MOVED, gfx::Point(10, 10), gfx::Point(10, 10),
365 DispatchEvent(&mouse);