Home
last modified time | relevance | path

Searched defs:ResolutionChangeInfo (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ash/display/
Dresolution_notification_controller.cc104 struct ResolutionNotificationController::ResolutionChangeInfo { struct in ash::internal::ResolutionNotificationController
112 int64 display_id;
115 gfx::Size old_resolution;
118 gfx::Size new_resolution;
121 base::Closure accept_callback;
124 uint8 timeout_count;
129 base::RepeatingTimer<ResolutionNotificationController> timer;
135 ResolutionNotificationController::ResolutionChangeInfo::ResolutionChangeInfo( in ResolutionChangeInfo() function in ash::internal::ResolutionNotificationController::ResolutionChangeInfo