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

  /external/chromium_org/ash/display/
resolution_notification_controller.cc 107 const DisplayMode& new_resolution,
119 DisplayMode new_resolution; member in struct:ash::ResolutionNotificationController::ResolutionChangeInfo
142 const DisplayMode& new_resolution,
146 new_resolution(new_resolution),
173 const DisplayMode& new_resolution,
180 DCHECK(change_info_->new_resolution.size == old_resolution.size);
185 display_id, old_resolution, new_resolution, accept_callback));
223 (change_info_->new_resolution.size ==
228 base::UTF8ToUTF16(change_info_->new_resolution.size.ToString()))
    [all...]
resolution_notification_controller.h 39 // |old_resolution| to |new_resolution|, which offers a button to revert the
52 const DisplayMode& new_resolution,
resolution_notification_controller_unittest.cc 24 const gfx::Size& new_resolution) {
30 base::UTF8ToUTF16(new_resolution.ToString()));
64 const gfx::Size& new_resolution,
74 new_mode.size = new_resolution;
103 const gfx::Size& new_resolution) {
105 display, new_resolution, new_resolution);
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
capturerenderadapter.cc 117 const bool new_resolution = iter->render_width != frame->GetWidth() || local
119 if (new_resolution) {

Completed in 393 milliseconds