Searched refs:WMEventType (Results 1 – 3 of 3) sorted by relevance
17 enum WMEventType { enum80 explicit WMEvent(WMEventType type);83 WMEventType type() const { return type_; } in type()86 WMEventType type_;93 SetBoundsEvent(WMEventType type, const gfx::Rect& requested_bounds);
10 WMEvent::WMEvent(WMEventType type) in WMEvent()17 SetBoundsEvent::SetBoundsEvent(WMEventType type, const gfx::Rect& bounds) in SetBoundsEvent()
61 WMEventType WMEventTypeFromShowState(ui::WindowShowState requested_show_state) { in WMEventTypeFromShowState()