SetCursorShape    128 remoting/client/chromoting_client.cc   user_interface_->GetCursorShapeStub()->SetCursorShape(cursor_shape);
SetCursorShape     73 remoting/client/chromoting_client.h   virtual void SetCursorShape(
SetCursorShape    288 remoting/client/jni/chromoting_jni_instance.cc         base::Bind(&ChromotingJniInstance::SetCursorShape, this, shape));
SetCursorShape    104 remoting/client/jni/chromoting_jni_instance.h   virtual void SetCursorShape(const protocol::CursorShapeInfo& shape) OVERRIDE;
SetCursorShape    139 remoting/client/plugin/chromoting_instance.h   virtual void SetCursorShape(
SetCursorShape    273 remoting/host/video_scheduler.cc   cursor_stub_->SetCursorShape(*cursor_shape);
SetCursorShape    137 remoting/protocol/client_control_dispatcher.cc       client_stub_->SetCursorShape(message->cursor_shape());
SetCursorShape     22 remoting/protocol/cursor_shape_stub.h   virtual void SetCursorShape(const CursorShapeInfo& cursor_shape) = 0;
SetCursorShape     47 remoting/protocol/host_control_dispatcher.h   virtual void SetCursorShape(const CursorShapeInfo& cursor_shape) OVERRIDE;
SetCursorShape    139 remoting/protocol/protocol_mock_objects.h   MOCK_METHOD1(SetCursorShape, void(const CursorShapeInfo& cursor_shape));