Home | History | Annotate | Download | only in client

Lines Matching refs:ChromotingClient

27 ChromotingClient::ChromotingClient(
52 ChromotingClient::~ChromotingClient() {
55 void ChromotingClient::Start(
84 FrameProducer* ChromotingClient::GetFrameProducer() {
88 ChromotingStats* ChromotingClient::GetStats() {
93 void ChromotingClient::SetCapabilities(
115 void ChromotingClient::SetPairingResponse(
122 void ChromotingClient::DeliverHostMessage(
129 void ChromotingClient::InjectClipboardEvent(
136 void ChromotingClient::SetCursorShape(
143 void ChromotingClient::OnConnectionState(
147 VLOG(1) << "ChromotingClient::OnConnectionState(" << state << ")";
157 void ChromotingClient::OnConnectionReady(bool ready) {
158 VLOG(1) << "ChromotingClient::OnConnectionReady(" << ready << ")";
162 void ChromotingClient::OnAuthenticated() {
180 void ChromotingClient::OnChannelsConnected() {