Searched refs:new_bounds_in_native (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ash/display/
H A Ddisplay_info.cc281 void DisplayInfo::SetBounds(const gfx::Rect& new_bounds_in_native) { argument
282 bounds_in_native_ = new_bounds_in_native;
283 size_in_pixel_ = new_bounds_in_native.size();

Completed in 95 milliseconds