OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bounds_in_native_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/display/
display_info.cc
169
DCHECK(!native_info.
bounds_in_native_
.IsEmpty());
170
bounds_in_native_
= native_info.
bounds_in_native_
;
196
bounds_in_native_
= new_bounds_in_native;
208
size_in_pixel_ =
bounds_in_native_
.size();
239
bounds_in_native_
.ToString().c_str(),
display_info.h
104
return
bounds_in_native_
;
130
// Update the |
bounds_in_native_
| and |size_in_pixel_| using
173
gfx::Rect
bounds_in_native_
;
member in class:ash::internal::DisplayInfo
176
// of |
bounds_in_native_
| if the display has overscan insets and/or rotation.
Completed in 275 milliseconds