Searched defs:SetCursorShape (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/remoting/protocol/
H A Dhost_control_dispatcher.cc63 void HostControlDispatcher::SetCursorShape( function in class:remoting::protocol::HostControlDispatcher
/external/chromium_org/remoting/client/
H A Dchromoting_client.cc113 void ChromotingClient::SetCursorShape( function in class:remoting::ChromotingClient
117 user_interface_->GetCursorShapeStub()->SetCursorShape(cursor_shape);
/external/chromium_org/remoting/host/
H A Dvideo_scheduler_unittest.cc149 void SetCursorShape(const protocol::CursorShapeInfo& cursor_shape);
252 void VideoSchedulerTest::SetCursorShape( function in class:remoting::VideoSchedulerTest
314 EXPECT_CALL(client_stub_, SetCursorShape(_))
315 .WillOnce(Invoke(this, &VideoSchedulerTest::SetCursorShape));
/external/chromium_org/remoting/client/jni/
H A Dchromoting_jni_instance.cc360 void ChromotingJniInstance::SetCursorShape( function in class:remoting::ChromotingJniInstance
365 base::Bind(&ChromotingJniInstance::SetCursorShape, this, shape));
/external/chromium_org/remoting/client/plugin/
H A Dchromoting_instance.cc556 void ChromotingInstance::SetCursorShape( function in class:remoting::ChromotingInstance

Completed in 89 milliseconds