Home
last modified time | relevance | path

Searched refs:CursorShapeInfo (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/remoting/protocol/
Dcursor_shape_stub.h15 class CursorShapeInfo; variable
22 virtual void SetCursorShape(const CursorShapeInfo& cursor_shape) = 0;
Dprotocol_mock_objects.h88 MOCK_METHOD1(CursorShapeChangedPtr, void(CursorShapeInfo* info));
89 void CursorShapeChanged(scoped_ptr<CursorShapeInfo> info);
141 MOCK_METHOD1(SetCursorShape, void(const CursorShapeInfo& cursor_shape));
Dhost_control_dispatcher.h47 virtual void SetCursorShape(const CursorShapeInfo& cursor_shape) OVERRIDE;
Dhost_control_dispatcher.cc64 const CursorShapeInfo& cursor_shape) { in SetCursorShape()
Dclient_control_dispatcher.cc26 bool CursorShapeIsValid(const CursorShapeInfo& cursor_shape) { in CursorShapeIsValid()
/external/chromium_org/remoting/host/
Dvideo_scheduler.h31 class CursorShapeInfo; variable
34 class CursorShapeInfo; variable
165 void SendCursorShape(scoped_ptr<protocol::CursorShapeInfo> cursor_shape);
Dvideo_scheduler.cc119 scoped_ptr<protocol::CursorShapeInfo> cursor_proto( in OnMouseCursor()
120 new protocol::CursorShapeInfo()); in OnMouseCursor()
360 scoped_ptr<protocol::CursorShapeInfo> cursor_shape) { in SendCursorShape()
Dvideo_scheduler_unittest.cc149 void SetCursorShape(const protocol::CursorShapeInfo& cursor_shape);
253 const protocol::CursorShapeInfo& cursor_shape) { in SetCursorShape()
/external/chromium_org/remoting/client/jni/
Dchromoting_jni_instance.h27 class CursorShapeInfo; variable
116 virtual void SetCursorShape(const protocol::CursorShapeInfo& shape) OVERRIDE;
Dchromoting_jni_runtime.h109 void UpdateCursorShape(const protocol::CursorShapeInfo& cursor_shape);
Dchromoting_jni_runtime.cc333 const protocol::CursorShapeInfo& cursor_shape) { in UpdateCursorShape()
Dchromoting_jni_instance.cc361 const protocol::CursorShapeInfo& shape) { in SetCursorShape()
/external/chromium_org/remoting/proto/
Dinternal.proto21 optional CursorShapeInfo cursor_shape = 4;
Dcontrol.proto42 message CursorShapeInfo { message
/external/chromium_org/remoting/client/
Dchromoting_client.h87 const protocol::CursorShapeInfo& cursor_shape) OVERRIDE;
Dchromoting_client.cc114 const protocol::CursorShapeInfo& cursor_shape) { in SetCursorShape()
/external/chromium_org/remoting/client/plugin/
Dchromoting_instance.h137 const protocol::CursorShapeInfo& cursor_shape) OVERRIDE;
Dchromoting_instance.cc557 const protocol::CursorShapeInfo& cursor_shape) { in SetCursorShape()
/external/chromium_org/remoting/test/
Dprotocol_perftest.cc71 const protocol::CursorShapeInfo& cursor_shape) OVERRIDE {}; in SetCursorShape()