HomeSort by relevance Sort by last modified time
    Searched refs:window_width_dip (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.cc 105 const float window_width_dip = std::ceil( local
108 if (content_width_css <= window_width_dip)
    [all...]
render_widget_host_view_android.cc 233 float window_width_dip = local
237 return content_width_css <= window_width_dip + kMobileViewportWidthEpsilon;
    [all...]

Completed in 64 milliseconds