Searched defs:mouse_pressed_handler (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/ui/aura/
H A Dwindow_event_dispatcher.h66 Window* mouse_pressed_handler() { return mouse_pressed_handler_; } function in class:aura::WindowEventDispatcher
/external/chromium_org/ui/views/widget/
H A Droot_view.cc453 View* mouse_pressed_handler = mouse_pressed_handler_; local
456 DispatchEvent(mouse_pressed_handler, &mouse_released);
477 View* mouse_pressed_handler = mouse_pressed_handler_; local
480 if (mouse_pressed_handler)
481 mouse_pressed_handler->OnMouseCaptureLost();

Completed in 2597 milliseconds