Searched refs:client_resolution (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/remoting/protocol/
H A Dhost_control_dispatcher.cc80 host_stub_->NotifyClientResolution(message->client_resolution());
/external/chromium_org/remoting/client/plugin/
H A Dchromoting_instance.cc903 protocol::ClientResolution client_resolution; local
904 client_resolution.set_width(width);
905 client_resolution.set_height(height);
906 client_resolution.set_x_dpi(x_dpi);
907 client_resolution.set_y_dpi(y_dpi);
910 client_resolution.set_dips_width((width * kDefaultDPI) / x_dpi);
911 client_resolution.set_dips_height((height * kDefaultDPI) / y_dpi);
913 client_->host_stub()->NotifyClientResolution(client_resolution);
/external/chromium_org/remoting/host/
H A Dclient_session.cc128 ScreenResolution client_resolution(
133 screen_controls_->SetScreenResolution(client_resolution);

Completed in 689 milliseconds