Searched refs:SetCursorShape (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/remoting/protocol/
H A Dcursor_shape_stub.h22 virtual void SetCursorShape(const CursorShapeInfo& cursor_shape) = 0;
H A Dhost_control_dispatcher.h47 virtual void SetCursorShape(const CursorShapeInfo& cursor_shape) OVERRIDE;
H A Dhost_control_dispatcher.cc63 void HostControlDispatcher::SetCursorShape( function in class:remoting::protocol::HostControlDispatcher
H A Dclient_control_dispatcher.cc137 client_stub_->SetCursorShape(message->cursor_shape());
H A Dprotocol_mock_objects.h141 MOCK_METHOD1(SetCursorShape, void(const CursorShapeInfo& cursor_shape));
/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);
H A Dchromoting_client.h86 virtual void SetCursorShape(
/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));
H A Dvideo_scheduler.cc366 cursor_stub_->SetCursorShape(*cursor_shape);
/external/chromium_org/remoting/client/jni/
H A Dchromoting_jni_instance.h116 virtual void SetCursorShape(const protocol::CursorShapeInfo& shape) OVERRIDE;
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.h136 virtual void SetCursorShape(
H A Dchromoting_instance.cc556 void ChromotingInstance::SetCursorShape( function in class:remoting::ChromotingInstance
/external/chromium_org/remoting/test/
H A Dprotocol_perftest.cc70 virtual void SetCursorShape(

Completed in 3865 milliseconds