Home
last modified time | relevance | path

Searched refs:new_resolution (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ash/display/
Dresolution_notification_controller.cc107 const gfx::Size& new_resolution,
118 gfx::Size new_resolution; member
138 const gfx::Size& new_resolution, in ResolutionChangeInfo() argument
142 new_resolution(new_resolution), in ResolutionChangeInfo()
169 const gfx::Size& new_resolution, in SetDisplayResolutionAndNotify() argument
176 DCHECK(change_info_->new_resolution == old_resolution); in SetDisplayResolutionAndNotify()
181 display_id, old_resolution, new_resolution, accept_callback)); in SetDisplayResolutionAndNotify()
188 display_id, new_resolution); in SetDisplayResolutionAndNotify()
227 UTF8ToUTF16(change_info_->new_resolution.ToString())), in CreateOrUpdateNotification()
Dresolution_notification_controller_unittest.cc33 const gfx::Size& new_resolution) { in SetDisplayResolutionAndNotify() argument
40 new_resolution, in SetDisplayResolutionAndNotify()
52 bounds.set_size(new_resolution); in SetDisplayResolutionAndNotify()
Dresolution_notification_controller.h45 const gfx::Size& new_resolution,
/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dcapturerenderadapter.cc117 const bool new_resolution = iter->render_width != frame->GetWidth() || in MaybeSetRenderingSize() local
119 if (new_resolution) { in MaybeSetRenderingSize()
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
Ddisplay_options_handler.cc351 gfx::Size new_resolution = gfx::ToFlooredSize(gfx::SizeF(width, height)); in HandleSetResolution() local
352 new_resolution.Enlarge(current_overscan.width(), current_overscan.height()); in HandleSetResolution()
358 if (resolution.size == new_resolution) in HandleSetResolution()
364 LOG(ERROR) << "No new resolution " << new_resolution.ToString() in HandleSetResolution()
376 display_id, old_resolution, new_resolution, in HandleSetResolution()