Searched defs:saved_work_area (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/ui/
H A Dwindow_sizer.cc189 gfx::Rect saved_work_area; local
191 !state_provider_->GetPersistentState(bounds, maximized, &saved_work_area))
193 AdjustBoundsToBeVisibleOnMonitorContaining(*bounds, saved_work_area, bounds);
267 const gfx::Rect& saved_work_area,
293 // Reposition and resize the bounds if the saved_work_area is different from
296 if (!saved_work_area.IsEmpty() &&
297 saved_work_area != work_area &&
265 AdjustBoundsToBeVisibleOnMonitorContaining( const gfx::Rect& other_bounds, const gfx::Rect& saved_work_area, gfx::Rect* bounds) const argument

Completed in 64 milliseconds