resolution_notification_controller.cc | 107 const gfx::Size& new_resolution, 118 gfx::Size new_resolution; member in struct:ash::internal::ResolutionNotificationController::ResolutionChangeInfo 138 const gfx::Size& new_resolution, 142 new_resolution(new_resolution), 169 const gfx::Size& new_resolution, 176 DCHECK(change_info_->new_resolution == old_resolution); 181 display_id, old_resolution, new_resolution, accept_callback)); 188 display_id, new_resolution); 227 UTF8ToUTF16(change_info_->new_resolution.ToString())) [all...] |