HomeSort by relevance Sort by last modified time
    Searched defs:saved_work_area (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/
window_sizer.cc 189 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 &&
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer.cc 259 gfx::Rect saved_work_area; local
262 &saved_work_area,
265 AdjustBoundsToBeVisibleOnMonitorContaining(*bounds, saved_work_area, bounds);
312 const gfx::Rect& saved_work_area,
338 // Reposition and resize the bounds if the saved_work_area is different from
341 if (!saved_work_area.IsEmpty() &&
342 saved_work_area != work_area &&

Completed in 56 milliseconds