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

  /external/chromium_org/ash/display/
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...]
resolution_notification_controller.h 36 // Updates the display resolution for |display_id| to |new_resolution| and
45 const gfx::Size& new_resolution,
resolution_notification_controller_unittest.cc 33 const gfx::Size& new_resolution) {
40 new_resolution,
52 bounds.set_size(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) {
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
display_options_handler.cc 351 gfx::Size new_resolution = gfx::ToFlooredSize(gfx::SizeF(width, height)); local
352 new_resolution.Enlarge(current_overscan.width(), current_overscan.height());
358 if (resolution.size == new_resolution)
364 LOG(ERROR) << "No new resolution " << new_resolution.ToString()
376 display_id, old_resolution, new_resolution,

Completed in 41 milliseconds