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

/external/chromium_org/ash/display/
H A Ddisplay_info_unittest.cc29 EXPECT_EQ("0,0 200x100", info.bounds_in_native().ToString());
36 EXPECT_EQ("10,20 300x400", info.bounds_in_native().ToString());
42 EXPECT_EQ("10,20 300x400", info.bounds_in_native().ToString());
48 EXPECT_EQ("10,20 300x400", info.bounds_in_native().ToString());
55 EXPECT_EQ("10,20 300x400", info.bounds_in_native().ToString());
61 EXPECT_EQ("0,0 200x200", info.bounds_in_native().ToString());
H A Ddisplay_manager_unittest.cc150 GetDisplayInfo(added()[0]).bounds_in_native().ToString());
173 GetDisplayInfo(added()[0]).bounds_in_native().ToString());
202 GetDisplayInfo(changed()[0]).bounds_in_native().ToString());
220 GetDisplayInfoAt(1).bounds_in_native().ToString());
273 GetDisplayInfoAt(0).bounds_in_native().ToString());
276 updated_display_info2.bounds_in_native().ToString());
289 GetDisplayInfoAt(0).bounds_in_native().ToString());
292 updated_display_info2.bounds_in_native().ToString());
301 GetDisplayInfoAt(0).bounds_in_native().ToString());
312 GetDisplayInfoAt(0).bounds_in_native()
[all...]
H A Ddisplay_info.cc106 gfx::Rect bounds_in_native(aura::WindowTreeHost::GetNativeScreenSize());
108 gfx::Rect bounds_in_native(kDefaultHostWindowX, kDefaultHostWindowY,
150 if (!GetDisplayBounds(main_spec, &bounds_in_native, &device_scale_factor)) {
196 display_info.SetBounds(bounds_in_native);
201 int width = bounds_in_native.width() / device_scale_factor / 40;
202 int height = bounds_in_native.height() / device_scale_factor / 40;
H A Ddisplay_info.h124 const gfx::Rect& bounds_in_native() const { function in class:ash::DisplayInfo
160 // given |bounds_in_native|.
161 void SetBounds(const gfx::Rect& bounds_in_native);
163 // Update the |bounds_in_native| according to the current overscan
H A Dmirror_window_controller.cc94 init_params.initial_bounds = display_info.bounds_in_native();
126 host->SetBounds(display_info.bounds_in_native());
H A Droot_window_transformers.cc207 root_bounds_ = gfx::Rect(source_display_info.bounds_in_native().size());
209 gfx::Rect(mirror_display_info.bounds_in_native().size());
H A Ddisplay_manager.cc208 switch (info.bounds_in_native().width()) {
520 if (info.bounds_in_native().size() != display_mode.size)
698 gfx::Point origin = iter->bounds_in_native().origin();
708 new_mode.size = iter->bounds_in_native().size();
840 if (force_bounds_changed_ || (current_display_info.bounds_in_native() !=
841 new_display_info.bounds_in_native()) ||
1049 gfx::Rect host_bounds = first_display.bounds_in_native();
1169 gfx::Rect bounds_in_native(display_info.size_in_pixel());
1176 device_scale_factor, gfx::Rect(bounds_in_native.size()));
H A Ddisplay_controller.cc523 if (display_info.bounds_in_native().Contains(
575 ash_host->AsWindowTreeHost()->SetBounds(display_info.bounds_in_native());
639 DCHECK(!display_info.bounds_in_native().IsEmpty());
641 ash_host->AsWindowTreeHost()->SetBounds(display_info.bounds_in_native());
731 params_with_bounds.initial_bounds = display_info.bounds_in_native();
H A Dresolution_notification_controller_unittest.cc92 gfx::Rect bounds = info.bounds_in_native();
/external/chromium_org/ash/touch/
H A Dtouch_transformer_controller.cc54 double width = touch_display.bounds_in_native().width();
55 double height = touch_display.bounds_in_native().height();
84 float width = touch_display.bounds_in_native().width();
85 float height = touch_display.bounds_in_native().height();
130 float mirror_width = touch_display.bounds_in_native().width();
131 float mirror_height = touch_display.bounds_in_native().height();
/external/chromium_org/ash/test/
H A Ddisplay_manager_test_api.cc56 if (display_info.bounds_in_native().origin() != gfx::Point(0, 0)) {
72 gfx::Rect bounds(iter->bounds_in_native().size());
/external/chromium_org/ash/
H A Ddip_unittest.cc56 display_info_2x.bounds_in_native().ToString());
/external/chromium_org/ash/desktop_background/
H A Ddesktop_background_controller.cc166 display_manager->GetDisplayInfo(iter->id()).bounds_in_native().size();

Completed in 748 milliseconds