Home
last modified time | relevance | path

Searched refs:WMEventType (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ash/wm/
Dwm_event.h17 enum WMEventType { enum
80 explicit WMEvent(WMEventType type);
83 WMEventType type() const { return type_; } in type()
86 WMEventType type_;
93 SetBoundsEvent(WMEventType type, const gfx::Rect& requested_bounds);
Dwm_event.cc10 WMEvent::WMEvent(WMEventType type) in WMEvent()
17 SetBoundsEvent::SetBoundsEvent(WMEventType type, const gfx::Rect& bounds) in SetBoundsEvent()
Dwindow_state.cc61 WMEventType WMEventTypeFromShowState(ui::WindowShowState requested_show_state) { in WMEventTypeFromShowState()