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

  /external/chromium_org/ash/wm/
wm_event.cc 17 SetBoundsEvent::SetBoundsEvent(WMEventType type, const gfx::Rect& bounds)
22 SetBoundsEvent::~SetBoundsEvent() {
wm_event.h 91 class SetBoundsEvent : public WMEvent {
93 SetBoundsEvent(WMEventType type, const gfx::Rect& requested_bounds);
94 virtual ~SetBoundsEvent();
101 DISALLOW_COPY_AND_ASSIGN(SetBoundsEvent);

Completed in 84 milliseconds