Searched refs:GetDisplayWidth (Results 1 - 9 of 9) sorted by path

/external/chromium_org/chrome/browser/android/thumbnail/
H A Dthumbnail_store.cc695 int max_dimension = std::max(display_info.GetDisplayWidth(),
/external/chromium_org/content/browser/renderer_host/
H A Dcompositor_impl_android.cc520 display_info.GetDisplayWidth() *
H A Dimage_transport_factory_android.cc66 display_info.GetDisplayWidth() *
/external/chromium_org/content/renderer/gpu/
H A Drender_widget_compositor.cc122 display_width = info.GetDisplayWidth();
/external/chromium_org/ui/gfx/android/
H A Ddevice_display_info.cc22 int DeviceDisplayInfo::GetDisplayWidth() { function in class:gfx::DeviceDisplayInfo
23 return SharedDeviceDisplayInfo::GetInstance()->GetDisplayWidth();
H A Ddevice_display_info.h27 int GetDisplayWidth();
H A Dshared_device_display_info.cc44 int SharedDeviceDisplayInfo::GetDisplayWidth() { function in class:gfx::SharedDeviceDisplayInfo
H A Dshared_device_display_info.h23 int GetDisplayWidth();
/external/chromium_org/ui/gfx/
H A Dscreen_android.cc37 // decorations etc. Use it instead of GetDisplayWidth/Height() when
42 : device_info.GetDisplayWidth(),

Completed in 2386 milliseconds