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

  /external/chromium_org/ash/wm/
wm_event.h 15 // WMEventType defines a set of operations that can change the
17 enum WMEventType {
80 explicit WMEvent(WMEventType type);
83 WMEventType type() const { return type_; }
86 WMEventType type_;
93 SetBoundsEvent(WMEventType type, const gfx::Rect& requested_bounds);
wm_event.cc 10 WMEvent::WMEvent(WMEventType type)
17 SetBoundsEvent::SetBoundsEvent(WMEventType type, const gfx::Rect& bounds)
window_state.cc 61 WMEventType WMEventTypeFromShowState(ui::WindowShowState requested_show_state) {

Completed in 43 milliseconds