Searched refs:GetPhysicalDisplayWidth (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ui/gfx/android/
H A Ddevice_display_info.cc30 int DeviceDisplayInfo::GetPhysicalDisplayWidth() { function in class:gfx::DeviceDisplayInfo
31 return SharedDeviceDisplayInfo::GetInstance()->GetPhysicalDisplayWidth();
H A Ddevice_display_info.h39 int GetPhysicalDisplayWidth();
H A Dshared_device_display_info.h25 int GetPhysicalDisplayWidth();
H A Dshared_device_display_info.cc55 int SharedDeviceDisplayInfo::GetPhysicalDisplayWidth() { function in class:gfx::SharedDeviceDisplayInfo
/external/chromium_org/ui/gfx/
H A Dscreen_android.cc36 // Note: GetPhysicalDisplayWidth/Height() does not subtract window
40 gfx::Rect(device_info.GetPhysicalDisplayWidth()
41 ? device_info.GetPhysicalDisplayWidth()
/external/chromium_org/content/renderer/gpu/
H A Drender_widget_compositor.cc118 int display_width = info.GetPhysicalDisplayWidth();

Completed in 67 milliseconds