Searched refs:smallest_dip_width_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/gfx/android/
H A Dshared_device_display_info.cc80 DCHECK_NE(0, smallest_dip_width_);
81 return smallest_dip_width_;
120 smallest_dip_width_(0) {
159 smallest_dip_width_ = static_cast<int>(smallest_dip_width);
H A Dshared_device_display_info.h73 int smallest_dip_width_; member in class:gfx::SharedDeviceDisplayInfo

Completed in 75 milliseconds