Home
last modified time | relevance | path

Searched refs:restored_bounds_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
Dbrowser_window_gtk.cc788 return restored_bounds_; in GetRestoredBounds()
1355 restored_bounds_ = bounds_; in OnDebouncedBoundsChanged()
1426 if (bounds_.size() == restored_bounds_.size()) in UnMaximize()
1585 bounds_ = restored_bounds_ = GetInitialWindowBounds(window_); in InitWidgets()
1837 browser_->SaveWindowPlacement(restored_bounds_, IsMaximized()); in SaveWindowPosition()
1852 window_preferences->SetInteger("left", restored_bounds_.x()); in SaveWindowPosition()
1853 window_preferences->SetInteger("top", restored_bounds_.y()); in SaveWindowPosition()
1854 window_preferences->SetInteger("right", restored_bounds_.right()); in SaveWindowPosition()
1855 window_preferences->SetInteger("bottom", restored_bounds_.bottom()); in SaveWindowPosition()
1861 monitor_info_provider->GetMonitorWorkAreaMatching(restored_bounds_)); in SaveWindowPosition()
Dbrowser_window_gtk.h427 gfx::Rect restored_bounds_; variable