Searched refs:new_bounds_in_native (Results 1 – 1 of 1) sorted by relevance
195 void DisplayInfo::SetBounds(const gfx::Rect& new_bounds_in_native) { in SetBounds() argument196 bounds_in_native_ = new_bounds_in_native; in SetBounds()197 size_in_pixel_ = new_bounds_in_native.size(); in SetBounds()