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

  /external/chromium_org/ash/display/
resolution_notification_controller.h 74 struct ResolutionChangeInfo;
99 scoped_ptr<ResolutionChangeInfo> change_info_;
resolution_notification_controller.cc 104 struct ResolutionNotificationController::ResolutionChangeInfo {
105 ResolutionChangeInfo(int64 display_id,
109 ~ResolutionChangeInfo();
136 DISALLOW_COPY_AND_ASSIGN(ResolutionChangeInfo);
139 ResolutionNotificationController::ResolutionChangeInfo::ResolutionChangeInfo(
156 ResolutionNotificationController::ResolutionChangeInfo::
157 ~ResolutionChangeInfo() {
184 change_info_.reset(new ResolutionChangeInfo(

Completed in 40 milliseconds