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

  /external/chromium_org/chrome/browser/ui/cocoa/apps/
native_app_window_cocoa.h 117 NSRect restored_bounds() const { return restored_bounds_; }
179 // Cache |restored_bounds_| only if the window is currently restored.
195 NSRect restored_bounds_; member in class:NativeAppWindowCocoa
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_x11.cc 380 // Enforce |restored_bounds_| since calling Maximize() could have reset it.
381 restored_bounds_ = restored_bounds;
467 if (!restored_bounds_.IsEmpty())
468 return restored_bounds_;
526 restored_bounds_ = bounds_;
694 restored_bounds_ = bounds_;
699 bounds_ = restored_bounds_;
    [all...]
desktop_window_tree_host_x11.h 258 // we can have a better chance of getting the real |restored_bounds_|. Window
266 gfx::Rect restored_bounds_; member in class:views::DesktopWindowTreeHostX11

Completed in 126 milliseconds