resolution_notification_controller.cc | 105 const gfx::Size& old_resolution, 114 gfx::Size old_resolution; member in struct:ash::internal::ResolutionNotificationController::ResolutionChangeInfo 136 const gfx::Size& old_resolution, 140 old_resolution(old_resolution), 167 const gfx::Size& old_resolution, 172 // instead of the specified |old_resolution|. 175 DCHECK(change_info_->new_resolution == old_resolution); 176 original_resolution = change_info_->old_resolution; 180 display_id, old_resolution, new_resolution, accept_callback)) 261 gfx::Size old_resolution = change_info_->old_resolution; local [all...] |