Home
last modified time | relevance | path

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

/external/chromium_org/ui/aura/test/
Dtest_screen.cc42 gfx::Rect bounds_in_pixel(display_.GetSizeInPixel()); in SetDeviceScaleFactor()
55 gfx::Rect bounds_in_pixel(display_.GetSizeInPixel()); in SetUIScale()
/external/chromium_org/ui/gfx/
Ddisplay.h103 gfx::Size GetSizeInPixel() const;
Ddisplay.cc129 gfx::Size Display::GetSizeInPixel() const { in GetSizeInPixel() function in gfx::Display
/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_popup_controller_impl.cc717 right_display.GetSizeInPixel().width() + right_display.bounds().x(); in CalculatePopupXAndWidth()
748 bottom_display.GetSizeInPixel().height() + bottom_display.bounds().y(); in CalculatePopupYAndHeight()
/external/chromium_org/components/autofill/content/browser/risk/
Dfingerprint.cc140 gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().GetSizeInPixel(); in AddScreenInfoToFingerprint()
/external/chromium_org/chrome/browser/metrics/
Dmetrics_log.cc504 return gfx::Screen::GetNativeScreen()->GetPrimaryDisplay().GetSizeInPixel(); in GetScreenSize()
/external/chromium_org/ash/display/
Ddisplay_manager.cc674 new_display.GetSizeInPixel()) || in UpdateDisplays()