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

  /external/chromium_org/ash/wm/
wm_event.h 96 const gfx::Rect& requested_bounds() const { return requested_bounds_; }
99 gfx::Rect requested_bounds_; member in class:ash::wm::SetBoundsEvent
wm_event.cc 19 requested_bounds_(bounds) {
  /external/chromium_org/ui/platform_window/x11/
x11_window.cc 125 requested_bounds_.x(),
126 requested_bounds_.y(),
127 requested_bounds_.width(),
128 requested_bounds_.height(),
189 size_hints.x = requested_bounds_.x();
190 size_hints.y = requested_bounds_.y();
220 requested_bounds_ = bounds;
x11_window.h 57 // Setting the bounds is an asynchronous operation in X11. |requested_bounds_|
60 gfx::Rect requested_bounds_; member in class:ui::X11Window

Completed in 54 milliseconds