HomeSort by relevance Sort by last modified time
    Searched refs:SetBoundsEvent (Results 1 - 8 of 8) 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);
default_state.h 13 class SetBoundsEvent;
43 const SetBoundsEvent* bounds_event);
lock_window_state.cc 65 const ash::wm::SetBoundsEvent* bounds_event =
66 static_cast<const ash::wm::SetBoundsEvent*>(event);
lock_layout_manager.cc 78 wm::SetBoundsEvent event(wm::WM_EVENT_SET_BOUNDS, requested_bounds);
default_state.cc 102 SetBounds(window_state, static_cast<const SetBoundsEvent*>(event));
398 const SetBoundsEvent* event) {
  /external/chromium_org/ash/wm/maximize_mode/
maximize_mode_window_state.cc 150 (static_cast<const wm::SetBoundsEvent*>(event))->requested_bounds();
159 (static_cast<const wm::SetBoundsEvent*>(event))->requested_bounds();
  /external/chromium_org/ash/wm/workspace/
workspace_layout_manager.cc 127 wm::SetBoundsEvent event(wm::WM_EVENT_SET_BOUNDS, requested_bounds);

Completed in 136 milliseconds