Home
last modified time | relevance | path

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

/external/chromium_org/ui/aura/test/
Dtest_screen.cc46 host_ = WindowTreeHost::Create(gfx::Rect(display_.GetSizeInPixel())); in CreateHostForPrimaryDisplay()
53 gfx::Rect bounds_in_pixel(display_.GetSizeInPixel()); in SetDeviceScaleFactor()
59 gfx::Rect bounds_in_pixel(display_.GetSizeInPixel()); in SetDisplayRotation()
72 gfx::Rect bounds_in_pixel(display_.GetSizeInPixel()); in SetUIScale()
/external/chromium_org/chrome/browser/ui/autofill/
Dpopup_controller_common.cc68 right_display.GetSizeInPixel().width() + right_display.bounds().x(); in CalculatePopupXAndWidth()
99 bottom_display.GetSizeInPixel().height() + bottom_display.bounds().y(); in CalculatePopupYAndHeight()
/external/chromium_org/ui/gfx/
Ddisplay.h105 gfx::Size GetSizeInPixel() const;
Ddisplay.cc166 gfx::Size Display::GetSizeInPixel() const { in GetSizeInPixel() function in gfx::Display
/external/chromium_org/components/metrics/gpu/
Dgpu_metrics_provider.cc98 return gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().GetSizeInPixel(); in GetScreenSize()
/external/chromium_org/content/browser/android/
Dsystem_ui_resource_manager_impl.cc160 gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().GetSizeInPixel(); in BuildResource()
/external/chromium_org/ui/events/ozone/evdev/
Dtouch_event_converter_evdev.cc98 gfx::Size size = display.GetSizeInPixel(); in Init()
/external/chromium_org/components/autofill/content/browser/risk/
Dfingerprint.cc138 gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().GetSizeInPixel(); in AddScreenInfoToFingerprint()
/external/chromium_org/ash/display/
Ddisplay_manager.cc843 new_display.GetSizeInPixel())) { in UpdateDisplays()