Searched defs:WMEventType (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ash/wm/
H A Dwm_event.h15 // WMEventType defines a set of operations that can change the
17 enum WMEventType { enum in namespace:ash::wm
80 explicit WMEvent(WMEventType type);
83 WMEventType type() const { return type_; }
86 WMEventType type_;
93 SetBoundsEvent(WMEventType type, const gfx::Rect& requested_bounds);

Completed in 172 milliseconds