Searched refs:ResolutionChangeInfo (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/display/
H A Dresolution_notification_controller.cc104 struct ResolutionNotificationController::ResolutionChangeInfo { struct in class:ash::ResolutionNotificationController
105 ResolutionChangeInfo(int64 display_id,
109 ~ResolutionChangeInfo();
136 DISALLOW_COPY_AND_ASSIGN(ResolutionChangeInfo);
139 ResolutionNotificationController::ResolutionChangeInfo::ResolutionChangeInfo( function in class:ash::ResolutionNotificationController::ResolutionChangeInfo
156 ResolutionNotificationController::ResolutionChangeInfo::
157 ~ResolutionChangeInfo() {
184 change_info_.reset(new ResolutionChangeInfo(
H A Dresolution_notification_controller.h74 struct ResolutionChangeInfo;
99 scoped_ptr<ResolutionChangeInfo> change_info_;

Completed in 797 milliseconds