HomeSort by relevance Sort by last modified time
    Searched defs:UpdateScreenInfo (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/net/
client_hints_unittest.cc 17 void UpdateScreenInfo(float pixel_ratio) {
18 client_hints_.UpdateScreenInfo(pixel_ratio);
26 UpdateScreenInfo(1.567f);
36 UpdateScreenInfo(1.567f);
43 UpdateScreenInfo(-1.567f);
47 UpdateScreenInfo(1.567f);
51 UpdateScreenInfo(0.0f);
client_hints.cc 48 &ClientHints::UpdateScreenInfo, weak_ptr_factory_.GetWeakPtr()));
55 void ClientHints::UpdateScreenInfo(float device_pixel_ratio_value) {
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_base.cc 511 void RenderWidgetHostViewBase::UpdateScreenInfo(gfx::NativeView view) {

Completed in 2030 milliseconds