Searched defs:new_resolution (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dcapturerenderadapter.cc117 const bool new_resolution = iter->render_width != frame->GetWidth() || local
119 if (new_resolution) {
/external/chromium_org/ash/display/
H A Dresolution_notification_controller_unittest.cc24 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);
23 ExpectedNotificationMessage(int64 display_id, const gfx::Size& new_resolution) argument
62 SetDisplayResolutionAndNotifyWithResolution( const gfx::Display& display, const gfx::Size& new_resolution, const gfx::Size& actual_new_resolution) argument
102 SetDisplayResolutionAndNotify(const gfx::Display& display, const gfx::Size& new_resolution) argument
H A Dresolution_notification_controller.cc107 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
139 ResolutionChangeInfo( int64 display_id, const DisplayMode& old_resolution, const DisplayMode& new_resolution, const base::Closure& accept_callback) argument
170 PrepareNotification( int64 display_id, const DisplayMode& old_resolution, const DisplayMode& new_resolution, const base::Closure& accept_callback) argument
[all...]

Completed in 144 milliseconds