Home
last modified time | relevance | path

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

/external/chromium_org/ash/display/
Ddisplay_info.cc169 DCHECK(!native_info.bounds_in_native_.IsEmpty()); in Copy()
170 bounds_in_native_ = native_info.bounds_in_native_; in Copy()
196 bounds_in_native_ = new_bounds_in_native; in SetBounds()
208 size_in_pixel_ = bounds_in_native_.size(); in UpdateDisplaySize()
239 bounds_in_native_.ToString().c_str(), in ToString()
Ddisplay_info.h104 return bounds_in_native_; in bounds_in_native()
173 gfx::Rect bounds_in_native_; variable