HomeSort by relevance Sort by last modified time
    Searched defs:WMEvent (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/wm/
wm_event.cc 10 WMEvent::WMEvent(WMEventType type)
14 WMEvent::~WMEvent() {
18 : WMEvent(type),
wm_event.h 78 class ASH_EXPORT WMEvent {
80 explicit WMEvent(WMEventType type);
81 virtual ~WMEvent();
87 DISALLOW_COPY_AND_ASSIGN(WMEvent);
90 // An WMEvent to request new bounds for the window.
91 class SetBoundsEvent : public WMEvent {

Completed in 548 milliseconds