Searched refs:PanelWindowEventHandler (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ash/wm/panels/
H A Dpanel_window_event_handler.h12 // PanelWindowEventHandler minimizes panels when the user double clicks or
14 class PanelWindowEventHandler : public ui::EventHandler { class in namespace:ash
16 PanelWindowEventHandler();
17 virtual ~PanelWindowEventHandler();
24 DISALLOW_COPY_AND_ASSIGN(PanelWindowEventHandler);
H A Dpanel_window_event_handler.cc17 PanelWindowEventHandler::PanelWindowEventHandler() { function in class:ash::PanelWindowEventHandler
20 PanelWindowEventHandler::~PanelWindowEventHandler() {
23 void PanelWindowEventHandler::OnMouseEvent(ui::MouseEvent* event) {
39 void PanelWindowEventHandler::OnGestureEvent(ui::GestureEvent* event) {
/external/chromium_org/ash/
H A Droot_window_controller.cc803 panel_container_handler_.reset(new PanelWindowEventHandler);

Completed in 118 milliseconds