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

  /external/chromium_org/ash/wm/panels/
panel_window_event_handler.h 17 // PanelWindowEventHandler minimizes panels when the user double clicks or
19 class PanelWindowEventHandler : public ToplevelWindowEventHandler {
21 explicit PanelWindowEventHandler(aura::Window* owner);
22 virtual ~PanelWindowEventHandler();
29 DISALLOW_COPY_AND_ASSIGN(PanelWindowEventHandler);
panel_window_event_handler.cc 16 PanelWindowEventHandler::PanelWindowEventHandler(aura::Window* owner)
20 PanelWindowEventHandler::~PanelWindowEventHandler() {
23 void PanelWindowEventHandler::OnMouseEvent(ui::MouseEvent* event) {
36 void PanelWindowEventHandler::OnGestureEvent(ui::GestureEvent* event) {
  /external/chromium_org/ash/
root_window_controller.cc 714 new PanelWindowEventHandler(panel_container));
    [all...]

Completed in 187 milliseconds