Home
last modified time | relevance | path

Searched refs:CursorShapeStub (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/remoting/protocol/
Dcursor_shape_stub.h17 class CursorShapeStub {
19 CursorShapeStub() {} in CursorShapeStub() function
20 virtual ~CursorShapeStub() {} in ~CursorShapeStub()
25 DISALLOW_COPY_AND_ASSIGN(CursorShapeStub);
Dclient_stub.h25 public CursorShapeStub {
/external/chromium_org/remoting/host/
Dvideo_scheduler.h34 class CursorShapeStub; variable
89 protocol::CursorShapeStub* cursor_stub,
170 protocol::CursorShapeStub* cursor_stub_;
Dvideo_scheduler.cc40 protocol::CursorShapeStub* cursor_stub, in VideoScheduler()
/external/chromium_org/remoting/client/
Dclient_user_interface.h19 class CursorShapeStub; variable
53 virtual protocol::CursorShapeStub* GetCursorShapeStub() = 0;
/external/chromium_org/remoting/client/jni/
Dchromoting_jni_instance.h36 public protocol::CursorShapeStub,
89 virtual protocol::CursorShapeStub* GetCursorShapeStub() OVERRIDE;
Dchromoting_jni_instance.cc242 protocol::CursorShapeStub* ChromotingJniInstance::GetCursorShapeStub() { in GetCursorShapeStub()
/external/chromium_org/remoting/client/plugin/
Dchromoting_instance.h71 public protocol::CursorShapeStub,
125 virtual protocol::CursorShapeStub* GetCursorShapeStub() OVERRIDE;
Dchromoting_instance.cc487 protocol::CursorShapeStub* ChromotingInstance::GetCursorShapeStub() { in GetCursorShapeStub()