resolution_notification_controller.cc | 106 const gfx::Size& old_resolution, 115 gfx::Size old_resolution; member in struct:ash::internal::ResolutionNotificationController::ResolutionChangeInfo 137 const gfx::Size& old_resolution, 141 old_resolution(old_resolution), 168 const gfx::Size& old_resolution, 173 // instead of the specified |old_resolution|. 176 DCHECK(change_info_->new_resolution == old_resolution); 177 original_resolution = change_info_->old_resolution; 181 display_id, old_resolution, new_resolution, accept_callback)) 267 gfx::Size old_resolution = change_info_->old_resolution; local [all...] |