HomeSort by relevance Sort by last modified time
    Searched refs:SetCursorShape (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/remoting/protocol/
cursor_shape_stub.h 22 virtual void SetCursorShape(const CursorShapeInfo& cursor_shape) = 0;
host_control_dispatcher.h 47 virtual void SetCursorShape(const CursorShapeInfo& cursor_shape) OVERRIDE;
host_control_dispatcher.cc 63 void HostControlDispatcher::SetCursorShape(
client_control_dispatcher.cc 137 client_stub_->SetCursorShape(message->cursor_shape());
protocol_mock_objects.h 141 MOCK_METHOD1(SetCursorShape, void(const CursorShapeInfo& cursor_shape));
  /external/chromium_org/remoting/client/
chromoting_client.cc 113 void ChromotingClient::SetCursorShape(
117 user_interface_->GetCursorShapeStub()->SetCursorShape(cursor_shape);
chromoting_client.h 86 virtual void SetCursorShape(
  /external/chromium_org/remoting/host/
video_scheduler_unittest.cc 149 void SetCursorShape(const protocol::CursorShapeInfo& cursor_shape);
252 void VideoSchedulerTest::SetCursorShape(
314 EXPECT_CALL(client_stub_, SetCursorShape(_))
315 .WillOnce(Invoke(this, &VideoSchedulerTest::SetCursorShape));
video_scheduler.cc 366 cursor_stub_->SetCursorShape(*cursor_shape);
  /external/chromium_org/remoting/client/jni/
chromoting_jni_instance.h 116 virtual void SetCursorShape(const protocol::CursorShapeInfo& shape) OVERRIDE;
chromoting_jni_instance.cc 360 void ChromotingJniInstance::SetCursorShape(
365 base::Bind(&ChromotingJniInstance::SetCursorShape, this, shape));
  /external/chromium_org/remoting/client/plugin/
chromoting_instance.h 136 virtual void SetCursorShape(
chromoting_instance.cc 556 void ChromotingInstance::SetCursorShape(
631 PostChromotingMessage("setCursorShape", dictionary);
    [all...]
  /external/chromium_org/remoting/test/
protocol_perftest.cc 70 virtual void SetCursorShape(

Completed in 551 milliseconds