Home
last modified time | relevance | path

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

/external/chromium_org/ash/display/
Ddisplay_info.cc195 void DisplayInfo::SetBounds(const gfx::Rect& new_bounds_in_native) { in SetBounds() argument
196 bounds_in_native_ = new_bounds_in_native; in SetBounds()
197 size_in_pixel_ = new_bounds_in_native.size(); in SetBounds()